Page MenuHomePhabricator

Make PhameBlog full text searchable
ClosedPublic

Authored by chad on Jun 14 2016, 7:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 12, 6:20 AM
Unknown Object (File)
Thu, Apr 11, 5:27 PM
Unknown Object (File)
Thu, Apr 11, 12:59 PM
Unknown Object (File)
Thu, Apr 11, 10:36 AM
Unknown Object (File)
Mar 13 2024, 10:23 PM
Unknown Object (File)
Feb 7 2024, 8:40 PM
Unknown Object (File)
Feb 3 2024, 10:51 AM
Unknown Object (File)
Jan 31 2024, 11:18 PM
Subscribers

Details

Summary

Ref T9897, makes blogs searchable

Test Plan

Make a blog, index it, search for it.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

chad retitled this revision from to Make PhameBlog full text searchable.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jun 14 2016, 8:11 PM
This revision was automatically updated to reflect the committed changes.

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;.

(That is, as long as the daemons are running, you shouldn't normally need to manually rebuild indexes for search results to reflect changes.)