Hi Cheyenne, Phoenix does not have full text query capability, so the best you can do today is use our regex built-in functions (which won't be particularly performant). Would you mind filing a JIRA with any ideas for how best to expose this functionality? Thanks, James
On Wednesday, September 7, 2016, Cheyenne Forbes < cheyenne.osanu.for...@gmail.com> wrote: > I am using phoenix for my platform but I cant do full text queries > > "SELECT ID, FirstName, Lastname FROM users > WHERE MATCH (FirstName, Lastname) > AGAINST ('first_name last_name' IN BOOLEAN MODE) > AND [Searcher not blocked by user] > > Regards, > Cheyenne >