bcartier Posted December 20, 2012 Share Posted December 20, 2012 I'd like to make the search in the PW Admin a little more fuzzy (able to match partial terms etc). Can I somehow change the default operator from "~=" to "%=" ? In the admin theme I'm using, the form is generated like this: $searchForm = $user->hasPermission('page-edit') ? $modules->get('ProcessPageSearch')->renderSearchForm() : ''; Can I pass a parameter to the renderSearchForm() function, or something similar without changing the core? Thanks! Link to comment Share on other sites More sharing options...
Alessio Dal Bianco Posted December 20, 2012 Share Posted December 20, 2012 Hi bcartier! If you go to Modules > Page search in the admin, there are the default search configurations. USSliberty Link to comment Share on other sites More sharing options...
bcartier Posted December 21, 2012 Author Share Posted December 21, 2012 Thanks Alessio! Well, that was easier than I expected ;-) I honestly never thought to look for module settings... oops 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now