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.
Description
Description
Revisions and Commits
Revisions and Commits
Status | Assigned | Task | ||
---|---|---|---|---|
Open | epriestley | T7924 Unprototype Calendar (v1) | ||
Resolved | lpriestley | T7926 Modernize Calendar Infrastructure | ||
Resolved | lpriestley | T7937 Calendar events should be indexed and supported in global search |
Event Timeline
Comment Actions
- 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.