shaeberling/retrostore

Add author name to app query

Opened this issue · 0 comments

At the moment, an app query will only search through title and descriptions. Adding the author will require a bit more delicate work to ensure the search index is in sync with the actual data:

  • Author details need to be queries when the AppItems are indexed
  • When an author is deleted or edited, or the items are edits, the index needs to be updated.