This module can only do full string searchs, which seems an unnecessary restriction. Finding partial strings strikes me as a necessary addition.

example: searching for 'drupal' cannot now find users named "Chris Drupal" or emails like "drupal@gmail.com" or even "user@drupal.org" which strikes me as a basic level of required functionalility.

Also, it forgets the radio button settings every time, which is very annoying. the 'site user list' module has better search which could be emulated here (though still has some tokenization problems). Perhaps these modules can be merged?

Comments

Anonymous’s picture

Version: 4.7.x-3.x-dev » master

Changing the version to HEAD since this is a Feature Request. I've been thinking about a selection box with something like Equals, Contains, Begins with and Ends with. I want to get 5.x out of the way first.

cboshuizen’s picture

Great, thanks for the quite reply and the great work.

Chris

sign’s picture

Version: master » 5.x-2.x-dev
Status: Active » Fixed

You can use wildcards % now.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.