Jump to content

Search in ACP a known bug?


Volstate

Recommended Posts

Another change I didn’t like is the member field (or even the ACP search): before you could search for any piece of the member name. You can’t do it now. 

Example: doe used to return John Doe and anything starting with doe. Now you need to type john to get a list of users starting with john and probably will have to type doe to get to the right user.

Link to comment
Share on other sites

#1 The change you're talking about wouldn't have anything to do with member ID

#2 We have already changed the behavior so that %string% is used if you have less than 1M member records

	/**
	 * @brief	Cutoff to start doing LIKE 'string%' instead of LIKE '%string%'
	 */
	protected $inlineSearchCutoff	= 1000000;

So....those posts are not factually accurate at this time, and I would encourage the OP to submit a ticket if you're having trouble with live searches.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...