inveniosoftware / invenio-vocabularies

Invenio module for managing vocabularies.
https://invenio-vocabularies.readthedocs.io
MIT License
2 stars 40 forks source link

search: improve default behaviour/accuracy #335

Open slint opened 1 month ago

slint commented 1 month ago

We should have a look at search performance across all vocabularies and tune them all at the same time:

wgresshoff commented 1 week ago

We made some advances regarding suggestions covering multilingual fields (which are stored as Json's). We added (e.g. in contrib/subjects/config.py):

        fields=[  # suggest fields
            "subject.*^100",
            "synonyms^20",
        ],

Now the contents in every language are suggested.