Closed botoxparty closed 2 years ago
@botoxparty thanks for looking into this :)
@ckawohl-wmde is this something that needs to happen on the crawler side or rather the reconcile-edit?
As far as I can tell the search does cover descriptions
That is an exact match of some text in the description of an item
Also works without the hasdescription bit, I'm just adding that to show that feature too
Hey ho, thanks for working on this! As discussed, that's the crucial issue in fact. However, in the currently deployed version of the frontend, searching the functional description doesn't seem to work yet:
Maybe there's a switch that needs to be flipped yet? :)
The search query currently only searches the name.
This should be modified from a
match
query to amulti_match
query.Currently this can't be completed as the data is indexed into Elasticsearch as an array of
statement_keywords
. The functional description should be added to the index as a text field (See evaluation of querying options)e.g.
cc: @moedn