• Hi. Hope someone can answer what I hope are a few basic questions I have.

    Is it possible to get the front end Member Directory search to only list results that start with the letters put in the search rather than contain the letters. Ie – searching for “Jay” – will find “Jayson” but not “Ajay”? It looks like a wildcard search is being done %s%, instead I would like to search s% but I am not sure where this is being done in the code.

    And a separate question,is it possible to list members by “most recently edited”? I don’t see the option in the list of “Sort Users by”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @danmwd,

    Unfortunately, this will require customization on your end. We are not able to provide any support when it comes to customizing the plugin. Please keep in mind that UM is using the standard WP_User_query class so you can filter the queries.

    You can however visit the documentation page for developers or our github page for code example to provide guidance.

    https://docs.ultimatemember.com/collection/28-for-developers
    https://github.com/ultimatemember/ultimatemember/issues

    Thanks.

    Thread Starter danMWD

    (@danmwd)

    Thank you for your reply. I understand you are not able to provide support for customising the plugin. I have also had a look through the links you kindly provided but I am not finding the function or method that is used to filter the wp_user_query search results. Would it be possible to point me at the specific script/file that I can look at over-riding for returning search results without the “wildcard” search.

    Thank you again for your time on this matter.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘search and member list’ is closed to new replies.