1 class NoFilenamesInCollectionSearchIndex < ActiveRecord::Migration
3 remove_index :collections, :name => 'collections_search_index'
4 add_index :collections, ["owner_uuid", "modified_by_client_uuid", "modified_by_user_uuid", "portable_data_hash", "uuid", "name"], name: 'collections_search_index'
8 remove_index :collections, :name => 'collections_search_index'
9 add_index :collections, ["owner_uuid", "modified_by_client_uuid", "modified_by_user_uuid", "portable_data_hash", "uuid", "name", "file_names"], name: 'collections_search_index'