running
shoes
SELECT description, rating, category FROM mock_items WHERE id @@@ paradedb.boolean( should => ARRAY[ paradedb.boost(query => paradedb.term('description', 'shoes'), factor => 2.0), paradedb.term('description', 'running') ] );
Was this page helpful?