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

moving Alpha for debug #1530

Merged
merged 96 commits into from
May 31, 2024
Merged

moving Alpha for debug #1530

merged 96 commits into from
May 31, 2024

Conversation

Robbie1977
Copy link
Contributor

  • Add coverage for whatever new functionality, to a JUnit test if it's backend, to a Casper Test if it's frontend
  • Make sure both push and pr travis builds are passing before asking for a review

Robbie1977 and others added 30 commits February 19, 2024 19:15
updating with full cache code
For efficiently querying a large number of IDs, consider using the filter query parameter with a terms query. This is more efficient than using OR conditions and does not count against the boolean clause limit.
Here, fq is a filter query, which is a query that does not influence scoring and is cached for faster subsequent searches. The !terms query parser allows specifying multiple values for a field, in this case ID, separated by commas.
Resolved issue with subclass of queries
Robbie1977 and others added 29 commits March 20, 2024 14:54
New release candidate with fixes to cached queries
sync: development  with development-sync-b784
@Robbie1977 Robbie1977 merged commit 2b5e89e into debug May 31, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants