https://stack.convex.dev/merging-streams-of-convex-data
I made a new convex-helper for doing complex queries and paginating the results
#Merge Streams of Convex data
3 messages · Page 1 of 1 (latest)
Does the merging work with Convex full text search?
Seems like in the FTS documentation, the .filter() is encouraged in order to add logic about other columns: https://docs.convex.dev/search/text-search#other-filtering
My use case is to use Convex full text search for chat history, and give the user filters for setting a time range
nope, it does not work with full text search