You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to reuse the advanced search side view in one of my modules, and it would be useful to be able to modify the query passed to each of the partials. There is already an event, but you can only modify the list of partials, not the query:
What I would need is something along the lines of :
$query = $filterResults['query'];
If I could add a query parameter, it would help me reuse the advanced search form in places I want to control which options the resource template select and item set select elements inside the advanced search form elements display.
The text was updated successfully, but these errors were encountered:
I am trying to reuse the advanced search side view in one of my modules, and it would be useful to be able to modify the query passed to each of the partials. There is already an event, but you can only modify the list of partials, not the query:
omeka-s/application/view/common/advanced-search.phtml
Lines 53 to 70 in e3f00e4
What I would need is something along the lines of :
$query = $filterResults['query'];
If I could add a query parameter, it would help me reuse the advanced search form in places I want to control which options the resource template select and item set select elements inside the advanced search form elements display.
The text was updated successfully, but these errors were encountered: