Page MenuHomePhabricator

Calendar events should be indexed and supported in global search
Closed, ResolvedPublic

Description

Currently, you can't use the global search (in the main menu bar) to search for Calendar events. They should be indexed and searchable in global search.

Event Timeline

epriestley assigned this task to lpriestley.
epriestley raised the priority of this task from to Normal.
epriestley updated the task description. (Show Details)
epriestley added a project: Calendar.
epriestley added a subscriber: epriestley.
  • Implement supportsSearch() in your Editor and return true;.
  • Implement a SearchIndexer, like ManiphestSearchIndexer.
  • You can test the indexer for non-crashiness easily with bin/search index E123.
  • To test with the actual global search in the UI, you need to:
    • be running the daemons; and
    • restart the daemons after you make any changes to your SearchIndexer.