withSearchIndex does not return results when running tests, but does in production.
When running the code from the frontend, it functions as expected, returning results for exact and partial string matches; however, it returns no results when attempting to execute with convex-test via the following test:
Replacing the
withSearchIndex method with withIndex returns results.