Groups
Groups
Sign in
Groups
Groups
DSpace Community
Conversations
About
Send feedback
Help
DSpace 6 REST API case insensitive items metadata query
17 views
Skip to first unread message
Lotzy
unread,
Mar 5, 2020, 9:20:21 AM
3/5/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Community
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.
Reply all
Reply to author
Forward
0 new messages