SwissDataScienceCenter / renku-search

2 stars 0 forks source link

Search does not match on partial words or phrases #168

Closed olevski closed 2 months ago

olevski commented 3 months ago

should search in v2 return partial matches? I have a project called “neurodesk” and if I search for “neuro” I get nothing; but searching for “neurodesk” I get the right result

Reported by Rok

on Renku version 0.54.2 - not sure exactly which search version this corresponds to but we can easily check

We should probably set solr up to match in the case that Rok describes above

eikek commented 3 months ago

Probably the default setup doesn't recognize this as a compound word and so doesn't split it. We can maybe setup something, like based on a dictionary or a custom filter.

eikek commented 2 months ago

Closed with #179