Apologies for the basic question, but currently tr...
# community-help
m
Apologies for the basic question, but currently trying to build a query string that matches any of the words in a title - e.g. if the title is 'Big Red Volkswagen Golf' it should search for big OR red OR volkswagen OR golf. I've tried q=:[big,red,volkswagen,golf] and q=Big Red Volkswagen Golf, but get zero results. If I change the query to q=:big (or any of the other words on their own) I start seeing results. Not sure what I'm doing wrong. Any advice appreciated.
k
👋 we don't support
OR
or other operators in the query string. So it's not possible to do what you want. However, we do have an open feature request for this.
m
ok. good to know. i'm trying to build similar ads functionality without having to learn about LLM and vectors 😆. might just group by category for now.
k
In the next version of Typesense you can embed one or more fields without knowing anything about vectors 🙂 We will take care of the vectorization fully.
IMO, it's much simpler to do similarity operations using vectors.
m
nice. is there a timeline in place for that release?
k
I'll be happy to share a rc build with you in a day or so. We've already been testing it.
About a week or two away from releasing the next version. Almost on code freeze now.
m
Amazing. Love how active the development is in this project.
🙂 3