Is it possible to create searchable profile fields by using flexiProfile? Forexample I want to search for members with age between 25 and 35. Is that possible?
Thanks
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Kevin Jardine@kevin

Kevin Jardine - 0 likes
- inanc@inanc

inanc - 0 likes
You must log in to post replies.The form and related plugins (including flexprofile) use the Elgg search system, which supports exact tag matches only. So, yes, you can create search forms (see the Form plugin README.txt for that), but you cannot search between two values.
Of course, if your age field was a dropdown and one of the values was "between 25 and 35", then the search system would work for that.
Thank you Mr. Jardine for your quick answer..