There is a hidden search feature that you could use as a workaround:
- Open the dev console in the browser tab that you’re logged in to Testiny with (F12)
- type
await testiny.search("my search term")
This basically performs such a full text search already and shows tables of results (there’s just no nice UI for it, yet).
Best regards,
Alex