When searching on the Search API we get matches where the query is in the username. For example, if we search ‘abc’ this may return a result which doesn’t have ‘abc’ in the text by user @abcd1234. Is it possible to explicitly state that we only want status text matches?
We could do this check on our end, but it’d be better if we didn’t have to move unnecessary data about…
Cheers