feat: New APIs for search (#6564)
- Adding new API endpoints for search - Migrations to add appropriate indexes
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddIndexForSearchOperations < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
enable_extension('pg_trgm')
|
||||
Migration::AddSearchIndexesJob.perform_later
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user