21815: Remove UUID and hash columns from trigram indexes 21815-trigrams-exclude-ids
authorBrett Smith <brett.smith@curii.com>
Tue, 4 Jun 2024 19:07:23 +0000 (15:07 -0400)
committerBrett Smith <brett.smith@curii.com>
Tue, 4 Jun 2024 19:33:01 +0000 (15:33 -0400)
commitd8d02bf3190eeb2df5d488e7fd3f489f0f9d5cc5
tree86f87eeab4f8c8b789365a1706e66767f44bec02
parent49cb72c9315b16f71ba0e101042cd167c688e87e
21815: Remove UUID and hash columns from trigram indexes

This should provide more helpful search results when users search for
their own internal arbitrary IDs and improve search performance.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
doc/admin/upgrading.html.textile.liquid
services/api/app/models/arvados_model.rb
services/api/db/migrate/20240604183200_exclude_uuids_and_hashes_from_text_search.rb [new file with mode: 0644]
services/api/db/structure.sql
services/api/test/test_helper.rb
services/api/test/unit/arvados_model_test.rb