CLARIAH / vocabulary-recommender

4 stars 0 forks source link

Random string search input for Elastic-search endpoints yields strange results #6

Open philipperenzen opened 2 years ago

philipperenzen commented 2 years ago

Any random string input (e.g. -t 'gfsiudhfdsuih') for the recommender system returns a strange result. It would be nice to make this strange behaviour explainable, or for the recommender system to not return results for such queries.

The origin of the problem seems to come from the wildcard queries the Elastic-search object allows, but this should be further explored.