Hi everyone, Is there a way to configure DSpace 6 REST API to have case insensitive query for items metadata search?
For example this GET call to retrieve items with title containing the word "document": https://demo.dspace.org/rest/filtered-items?query_field%5B%5D=dc.title&query_op%5B%5D=contains&query_val%5B%5D=document&limit=100&offset=0 will return no result, but this one: https://demo.dspace.org/rest/filtered-items?query_field%5B%5D=dc.title&query_op%5B%5D=contains&query_val%5B%5D=Document&limit=100&offset=0 will return 4 item with title containing the word "Document" This means the search is case sensitive, but we need case insensitive search. Thank you. -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/33a94d09-14aa-450c-82a3-f7e3bc4ed74c%40googlegroups.com.
