-
Notifications
You must be signed in to change notification settings - Fork 51
Description
First, Thank you for this plugin.
I am using it on 3.4 and 3.6
My use-case is to search for certain partial names in the State Tax Parcel layer.
Selecting that Layer, I want to select a limited amount of Fields to Search (as there are many) but it seems I have to do ALL or ONE.
#1 I Would very much like to select several fields in the layer.
#2 Names can be multipart, So I would like to have the ability to limit the STRING thus:
Right now if I want to search for the Lastname "Ash", not knowing if it is listed before or after the Firstname, I have to use contains... which easily gets me over the cap of 1500 because I get "Wallabash", "Basheeba", etc. I would like a way to say there is a SPACE before, or the String begins the whole field. (I know I can say Begins with. But with this much data, those iterations take a lot of time.
Thanx!