Removed unused trigram index on `users`. Fixed `users_fts_index` usage.
authorIvan Tashkinov <ivantashkinov@gmail.com>
Wed, 8 Jul 2020 19:50:15 +0000 (22:50 +0300)
committerIvan Tashkinov <ivantashkinov@gmail.com>
Wed, 8 Jul 2020 19:50:15 +0000 (22:50 +0300)
commit123352ffa1c80aab658fca0c2276d1c06de43a02
tree9964dd902cf615aa50d743650158cc24f1b6cc4e
parent704a3830556d94e0dbc39873480e9ba95a143be9
Removed unused trigram index on `users`. Fixed `users_fts_index` usage.
lib/pleroma/user/search.ex
priv/repo/migrations/20200708193702_drop_user_trigram_index.exs [new file with mode: 0644]
test/user_search_test.exs