apply_filters( 'findstrBuildSearchQuery', query, groupedItems, group, target ) → {Object}
Filter the search query after the query is built.
Parameters:
Name | Type | Description |
---|---|---|
query |
Object | The query object |
groupedItems |
Object | The grouped items |
group |
string | The group name |
target |
HTMLObjectElement | The target element |
Returns:
The query object
- Type
- Object