I’m looking for some sample queries (or really just filter_by statements) which have a lot of complexity but are known to be syntactically valid. Working on my PEG parser and it’s hard to build tests when I can’t check TypeSense to only validate the syntax.
Anyone know of some test cases or sample data somewhere?
Is the syntax checking within TypeSense something that has associated tests or something that can be called directly?