Skip to content

v1.3.2 Fix multiple Query parameters used in SearchQuery

Compare
Choose a tag to compare
@bertramakers bertramakers released this 03 May 09:48
· 80 commits to main since this release
63c9175

Before v1.0 you could use multiple Query parameters in SearchQuery, and they would get merged as (...) AND (...) in the resulting q parameter sent to SAPI3. This was removed because it was implemented in a very generic way, so it would also be applied for other parameter types. This version re-introduces this functionality, but solely for the q parameter.