I’m writing a plugin which stores some extra data against each user (similar to discourse-user-notes
, but not staff-only), and would like to be able to search against this.
Presumably this involves patching something in lib/search.rb
. I’m aware the Algolia search plugin overrides what appears in the search box popup, but ideally, I’d like this to affect the actual results page too.
Does anyone have any suggestions on where to start?