Problem/Motivation
The option to add database results only works with exposed filters. This will also mean that when you have other exposed filters available in the used view, these will be hidden.
It's better to use contextual filters so we don't need to render obsolete exposed filters and we can use the available contextual logic for the results.
Proposed resolution
Make it possible to use contextual filters besides exposed filters. Let the user decide if he wants to use exposed or contextual filters (based on the views settings).
Issue fork ai_search_block-3560983
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
jonas139 commentedI've added support for contextual filters. Some things to consider:
Comment #4
wouters_f commentedApparently i totally missed this.
Will look into this and merge, sorry for ignoring this