Hi, it's probably a really easy solve but I can't ...
# community-help
m
Hi, it's probably a really easy solve but I can't see to get it. I have a schema with
first_name
,
last_name
, and a combined
name
(which is "`first_name` `last_name`"). I'm having issues trying to search by "`initial` `last_name`" where it's only matching the first token of the
initial
. Searching for "D Doodle" is only bringing results that match the "D" and completely ignores the "Doodle" token. Is there something obvious I am missing?