clem
09/06/2021, 2:33 AMusers
table with the following attributes:John Smith
or Bob Bert
. Now i want to query by the full name, meaning my user should be able to query for John Smith
fullName
is updated, it will set a new attribute called trimmedFullName
(which will be remove the space):John Smith
=> JohnSmith
trimmedFullName
instead of fullName
Kishore Nallan
09/06/2021, 2:34 AMKishore Nallan
09/06/2021, 2:35 AM?q=john smith&query_by=fullName
should already surface exact "John Smith" records at the top.clem
09/06/2021, 2:40 AMKishore Nallan
09/06/2021, 2:41 AM