Skip to content

Commit

Permalink
Try to name them differently
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemnoel committed Dec 2, 2024
1 parent 6a13bc8 commit fcb4927
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
);
EOSQL
psql -e "$DB_URI" <<-EOSQL
CREATE INDEX search_idx ON mock_items
CREATE INDEX paradedb_write_search_idx ON mock_items
USING bm25 (id, description, category, rating, in_stock, created_at, metadata, weight_range)
WITH (key_field='id');
EOSQL

0 comments on commit fcb4927

Please sign in to comment.