ontoportal-lirmm / ontologies_api

Hypermedia API for ontologies
http://data.agroportal.lirmm.fr/
Other
2 stars 7 forks source link

Fix: Agents search sensibility #90

Closed Bilelkihal closed 1 month ago

Bilelkihal commented 1 month ago

Issue description

When we search for example for the query = abcdefghijklmnopqrstuvwxyz we get 36 agents (https://data.stageportal.lirmm.fr/search/agents?query=abcdefghijklmnopqrstuvwxyz) and the expected behavior is to get no agent

Solution

Changed the search query logic passed to Solr to make it match only Strings and substrings rather than individual letters

Bilelkihal commented 1 month ago

Ok, I'll open a PR in the UI to pass it