Ref T9897, makes blogs searchable
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T9897: Unbeta Feedback on Phame
- Commits
- rPcfa73eb54408: Make PhameBlog full text searchable
Make a blog, index it, search for it.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- PhameBlog-Search (branched from master)
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 12660 Build 16087: Run Core Tests Build 16086: arc lint + arc unit
Event Timeline
Comment Actions
Oh, these might also need to implement supportsSearch() or whatever in the Editor classes. That should really become automatic if the object implements FulltextInterface, but currently isn't.
You can test by editing a blog/post to contain a unique word, then searching for it. If you fail to find it, check if supportsSearch() is implemented to return true;.
Comment Actions
(That is, as long as the daemons are running, you shouldn't normally need to manually rebuild indexes for search results to reflect changes.)