3

I'm trying to search my pages and posts - is this a native concept with PyroCMS?

Shamoon
  • 41,293
  • 91
  • 306
  • 570
  • Here is the new link to the docs for the Search feature: https://pyrocms.com/help/developer-tools/search – Ryan Jul 25 '18 at 18:14

1 Answers1

3

PyroCMS v2.2.0 comes with Search built in for Pages and Blog articles and has hooks for module developers to enable search for their content too. Sadly 2.2.0 is not officially released, but it is very close to a beta release no; maybe you could give it a try?

https://github.com/pyrocms/pyrocms/tree/2.2/develop

You can then search using the search plugin, or by going to the /search page.

Phil Sturgeon
  • 30,637
  • 12
  • 78
  • 117
  • What sort of known bugs are there? – Shamoon Nov 19 '12 at 19:15
  • 1
    If the bugs were known they'd have been fixed. Give it a go, but back your stuff up (like you should with any upgrade). If you spot anything then post an issue: https://github.com/pyrocms/pyrocms/issues – Phil Sturgeon Nov 20 '12 at 19:36
  • 1
    Here is the documentation for Search http://docs.pyrocms.com/2.2/manual/developers/tools/search . 2.2/develop has reached beta1 and is moving on to beta2 so its getting increasingly stable. – Phil Sturgeon Jan 11 '13 at 15:00