SELECT description, rating, category FROM mock_items WHERE id @@@ paradedb.regex('description', '(plush|leather)');
SELECT description, rating, category FROM mock_items WHERE id @@@ paradedb.regex('description', 'key.*rd');
Was this page helpful?