#[SOLVED] How to get Query. Search to consider spaces.

9 messages · Page 1 of 1 (latest)

mighty meteor
#

Hi, I'm using the search query and it's all working but I'm having trouble searching for names which include a space. Searching for Player 1 will show all player ( 1, 2, 3 etc) how do I make player one only show player 1, player 2 only show player 2 etc

wide mason
mighty meteor
#

Search.select recognises spaces but it only returns names if its an exact full match, so entering bilal will so no results which is also not what I want

#

"letters, digits, and underscores" perhaps it isn't meant to index spaces

#

I've managed to resolve it Steve by looping the query for each word

#

Perhaps take note if anyone else runs into this issue as there's a simple solution, thanks for your help 👌