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
Support for ipl\Stdlib\Filter\Like and ipl\Stdlib\Filter\Unlike#79
The trait SearchControls now accepts a new second parameter in both methods createSearchBar() and createSearchEditor(). #82
It's no breaking change though, passing an array as second parameter still works and the result is still the same.
Passing a URL as second parameter now, defines an explicit redirect URL. Parameters are transferred over from the request URL as defined by the third parameter.
Fixes
Completed suggestions without data attributes are now working #78
Marked conditions in the search bar are now readable again in light mode #75
Using SearchBar::setEditorUrl() or SearchBar::setSuggestionUrl() in conjunction with SearchControls::createSearchBar() now affects data-search-editor-url and data-suggestion-url (respectively) as expected #82
Using SearchEditor::setSuggestionUrl() in conjunction with SearchControls::createSearchEditor() now affects data-suggestion-url as expected #82