SkygearIO / chat

Skygear Plugin - Chat SDK
Apache License 2.0
17 stars 18 forks source link

Full text search of message text #173

Open rickmak opened 6 years ago

howawong commented 6 years ago

Hmmm, since Skygear itself does not have any full text search engine right now. I think chat plugin can either integrate with hosted elastic search or Algolia via

  1. Insert record to search engine in message's after_save,
  2. Delete record from search engine in message's after_delete,
  3. provide rebuild_index API with master key and
  4. Provide message search query in plugin