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

Search error when fields are missing in Solr #234

Closed
oscar9 opened this issue Nov 2, 2022 · 1 comment
Closed

Search error when fields are missing in Solr #234

oscar9 opened this issue Nov 2, 2022 · 1 comment
Labels
solved Solution developed and accepted, not yet deployed Type: Bug Something isn't working
Milestone

Comments

@oscar9
Copy link
Contributor

oscar9 commented Nov 2, 2022

When a Re3gistry instance is low in data an error could occur in the frontend when a search is executed.

image

  • The error happens when the instance has no item or items with an empty description.
  • This causes solr not to create fl_label_description fields and the search is dependent on those fields. Also, when the field is empty Solr ignores that insert and the field is not created.
  • The search is created in the frontend.
@oscar9 oscar9 added the Type: Bug Something isn't working label Nov 2, 2022
@oscar9 oscar9 added the under development A solution is being developed label Nov 8, 2022
unaibrrgn added a commit that referenced this issue Nov 8, 2022
@oscar9 oscar9 added ready for testing Solution is ready to test and removed under development A solution is being developed labels Nov 9, 2022
@arantzaetxebarria arantzaetxebarria added this to the v2.4.1 milestone Nov 30, 2022
@oruscalleda oruscalleda added solved Solution developed and accepted, not yet deployed and removed ready for testing Solution is ready to test labels Dec 15, 2022
@oruscalleda oruscalleda removed their assignment Dec 15, 2022
@oruscalleda
Copy link
Collaborator

This issue has been solved and tested, the changes are in the new pre release 2.4.1-rc.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solved Solution developed and accepted, not yet deployed Type: Bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

4 participants