Hello everyone!
I'm trying to implement a broader search in DSpace 8 using the /discover/search/objects endpoint to filter by title (f.title). Currently, I'm using the contains operator, but I've noticed that it does not return all the expected results.
ProblemI want to implement a broad search on the title field so that users can find an item even if they don't type the exact title. Some possible solutions:
Any suggestions would be greatly appreciated!
On 8 Mar 2025, at 6:13 am, Lucas Silveira <lucasangelo...@gmail.com> wrote:
--
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...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dspace-tech/6edd3557-24a5-4b39-be45-a90864c56b3an%40googlegroups.com.
Hi Andrew,
Thank you for your suggestions! The eDisMax query parser and the Edge NGram Tokenizer approach sound very promising. I'll research both and test them in my setup.
I’ll get back to you soon with updates. Thanks again for your help!
Best regards,
Lucas