Jump to content

Member Search Link in Main Navigation Bar


Paladin

Recommended Posts

There is now a link to the member search page located in the main navigation bar. This will allow users an quick link to find members, should be especially helpful if you want to PM a specific user or find their recent posts.

Link to comment
Share on other sites

It still looks like you have to have the exact name (not case-sensitive, it appears) to bring up who you want. As a parochial example, "larry" only brings up LARRY but not others that start with larry. Is there any way to un-restrict the filters? Thanks,

Link to comment
Share on other sites

It looks like the search expects you to specify if you want to look for an exact username or perform a "wild-card" search on a partial username by using a wild-card operator, which is simply a special character.

The wild-card operator can be either "%" or "*". The * operator is fairly ubiqutious for wild-card searching in many operating systems and other software, while those of you familiar with T-SQL commands might recoginze the % operator in LIKE comparisons (which I should imagine is really happening). In any case you can use either of these operators interchangably to do the following:

If you want to find all users where the username begins with Larry enter either Larry% or Larry*
The result here.

If you want to find all users where the username ends with Larry, where it can begin with any string, enter either %Larry or *Larry
The result here.

If you want to find all users where the username contains Larry with other preceeding or proceeding strings / characters enter %Larry% or *Larry*
The result here.

This information can be found by clicking the "?" help icon preceeding the search field on the members search page.

Link to comment
Share on other sites

  • 3 weeks later...

There is now a link to the member search page located in the main navigation bar. This will allow users an quick link to find members, should be especially helpful if you want to PM a specific user or find their recent posts.

Thanks. Your efforts are appreciated.[<:o)]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...