Update auf JHipster 7.6.0: Suche prüfen
Ich habe keine Probleme gefunden.
Einfach mal drüberschauen.
Ggf. auch JUnit-Tests und JEST-Tests reparieren/ergänzen.
Link issues together to show that they're related. Learn more.
Activity
- Michael Breu changed milestone to %2022 Februar Sprint
changed milestone to %2022 Februar Sprint
- Michael Breu added Upgrade JHipster 7.6.0 label
added Upgrade JHipster 7.6.0 label
- Maintainer
I just tested the search functionality using elasticsearch 7.15.2, which is the version used by the updated gitsearch as far as I can tell. So far, I found two issues:
- Prefix queries on data stored with type
keyword
in elasticsearch no longer work. Relevant error:failed to create query: Can only use phrase prefix queries on text fields - not on [metadata.keyword] which is of type [keyword]
. Interestingly, this only affects the first search input. Using the Keyword search input, for example, works as expected. - Filtering by language has no effect.
I could not get gitsearch to work with the version of elasticsearch we have currently deployed, so these tests were done on a locally running instance, accessing a local GitLab instance.
Does the language filtering work on the older elasticsearch version?
- Prefix queries on data stored with type
- Maintainer
Prefix query error should be fixed in https://sharing-codeability.uibk.ac.at/development/sharing/file-hooks/-/merge_requests/23/diffs?commit_id=e01b61c58f29f99314ac205a480a81d7f751830b
Edited by Daniel Rainer - Maintainer
Language search is broken in the frontend, the query always includes
naturalLanguage: ["de", "en"]
, regardless of the checkbox selection. - Maintainer
Language filter fixed in https://sharing-codeability.uibk.ac.at/sharing/codeability-sharing-platform/-/merge_requests/85.
- Please register or sign in to reply
- Daniel Rainer assigned to @Michael.Breu and unassigned @danielrainer
assigned to @Michael.Breu and unassigned @danielrainer
- Author Owner
Passt
- Michael Breu closed
closed