Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catalog metadata search not working #839

Open
dvstans opened this issue Oct 6, 2022 · 1 comment
Open

Catalog metadata search not working #839

dvstans opened this issue Oct 6, 2022 · 1 comment
Labels
Priority: High Highest priority SeenByJosh Track Externally Type: Bug Something isn't working

Comments

@dvstans
Copy link
Collaborator

dvstans commented Oct 6, 2022

When viewing the materials data in the catalog, using the following valid metadata query:

md.project.investigator_name == "agar"

Did not return any results (should have matched thousands). In addition, resetting the metadata query field did not return the search results back to default. To get any results working again, the catalog home key has to used. This could be an error in the client code with packaging the search request.

@dvstans dvstans added Type: Bug Something isn't working Priority: High Highest priority labels Oct 6, 2022
@dvstans
Copy link
Collaborator Author

dvstans commented Oct 6, 2022

Something strange is happening... the query above is incorrect in that it should be looking for "Agar"; however, the reset on the metadata did not work. After retrying, it now is working as expected. Using "Agar" returns expected results, "agar" returns no results, and the reset works in both cases. This retry was done after running a similar query directly on the DB using arangosh, so it may be a case where the index was stale? Need to investigate further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: High Highest priority SeenByJosh Track Externally Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants