Closed jnweiger closed 1 year ago
Seen with search-elastic-230+refactor-connector branch 20230714
occ config:app:set search_elastic connectors_write --value "Legacy,RelevanceV2"
occ config:app:set search_elastic connectors_search --value Legacy
dollar
occ config:app:set search_elastic connectors_search --value RelevanceV2
Is RelevanceV2 creating a match for the $ sign? (Or maybe this is just a duplicate of #331)
$
Yes. The reason is the same as in #331
Yes. This is now fixed.
Seen with search-elastic-230+refactor-connector branch 20230714
occ config:app:set search_elastic connectors_write --value "Legacy,RelevanceV2"
occ config:app:set search_elastic connectors_search --value Legacy
dollar
appears in these files.Search for
dollar
- results from these two files occur. OK.occ config:app:set search_elastic connectors_search --value RelevanceV2
dollar
- results from many other files, even from JPEGs occur. BADIs RelevanceV2 creating a match for the
$
sign? (Or maybe this is just a duplicate of #331)