mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Bookmark search fixes (#10239)
* Remove unneeded bookmark name index. * Change bookmark search query to use post_search_data. This allows searching on topic title and post content * Tweak the style/layout of the bookmark list so the search looks better and the whole page fits better on mobile.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class RemoveUnneccessaryBookmarkNameIndex < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
remove_index :bookmarks, :name
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user