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

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

Merged
merged 4 commits into from Sep 11, 2023

Conversation

barmintor
Copy link
Contributor

@barmintor barmintor commented Jul 6, 2023

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

@barmintor barmintor force-pushed the issue-3048-nil-json-param branch 2 times, most recently from 4b0669a to 615d2ef Compare July 7, 2023 01:49
Copy link
Member

@jcoyne jcoyne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a test for this?

@barmintor
Copy link
Contributor Author

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

@barmintor
Copy link
Contributor Author

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
Copy link
Contributor Author

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

@jcoyne jcoyne merged commit 3e0cc07 into projectblacklight:main Sep 11, 2023
14 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.

Removing a fielded search for a search field with clause params builds invalid JSON queries
3 participants