Skip to content

Add truncation on main search page and advanced search page to address maxClauseCount issue in Solr 9

Compare
Choose a tag to compare
@kazymovae kazymovae released this 27 Apr 17:30
· 216 commits to main since this release
91be993
  • Default is not to truncate (so this code can run in Solr 7-powered apps to ease the upgrade path)
  • Setting ENABLE_QUERY_TRUNCATION to 'true' truncates basic & advanced search queries
  • Expensive fields (in terms of Solr clauses consumed) are truncated more aggressively
  • Fixes a bug in Advanced Search where unbalanced parentheses or quotes would yield an error