I'm working on a WordPress website that has user database with important user information, so this user information need to searched thoroughly.
As shown in this picture:
http://i.stack.imgur.com/vFeWm.png
I have a custom registration fields, and I've found this plugin:
http://paste.ofcode.org/TWshS8Wx7TVbA5r5knnTu6
so that I'm able search for country (like: syria
) and all the syria results will be listed. But I need to make it work on a multiple criteria (like: Syria unemployed
) it would need all the Syrian users who set "unemployed" as their occupation. so is this possible? what edits I need to make to the plugin to make it work?