owncloud / search_elastic

Elasticsearch based full text search
https://github.com/owncloud/search_elastic
GNU General Public License v2.0
8 stars 1 forks source link

[QA] misleading plural s in the name of new config variable `connectors_search` #330

Open jnweiger opened 1 year ago

jnweiger commented 1 year ago

Seen with search-elastic-230+refactor-connector branch 20230714

With this branch, we introduce two new variables:

occ config:app:set search_elastic connectors_write --value "Legacy,RelevanceV2"
occ config:app:set search_elastic connectors_search --value "Legacy"

While the first one holds a single value or a comma-seperated list, the second variable only holds one value.

Expected behaviour: