Dear All,

I have a date range field dc.coverage.temporal which leads to different 
results when being searched for using the DSpace Serach Field and a direct 
Solr query

dc.identifier:19900816_lh_lu_422 && dc.coverage.temporal:[1991 TO 1992]
in the search fields doesn't find the entry 

where
curl -g 
"http://localhost:8983/solr/search/select?q=dc.identifier:19900816_lh_lu_422&&dc.coverage.temporal:%5B1991%20TO%201992%5D";
against Solr does find it. 

The dc.coverage.temporal field has "[1990 TO 1995]"

Changing the DSpace search to
dc.identifier:19900816_lh_lu_422 && dc.coverage.temporal:[1990 TO 1992]
i.e. using the lower bounds as the start does find the enry.

Is there something I'm doing/expecting wrong?

With kind regards
Maruan

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/f349ff40-fbad-4dc0-9309-9493ba75a42cn%40googlegroups.com.

Reply via email to