projectblacklight / blacklight

Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index.
http://projectblacklight.org/
Other
757 stars 257 forks source link

do not add nil query value clauses to json query (#3048) #3057

Closed barmintor closed 1 year ago

barmintor commented 1 year ago

fixes #3048 This refines the built-in advanced search features and better supports modern Solr

barmintor commented 1 year ago

rebased on main and pulled in @maxkadel's test (🦖 )

barmintor commented 1 year ago

Added a commit to addess rubocop updates: rubocop-capybara updates change linter rule prefixes; rubocop-rspec updates split 2 linter rules out of RSpec/FilePath (now obsolete; one of the excluded files in the latter has been renamed and is no longer problematic.

barmintor commented 1 year ago

Added a commit to address kwargs change in selenium-webdriver (#3076 )