getgrav / grav-plugin-simplesearch

Grav SimpleSearch Plugin
https://getgrav.org
MIT License
44 stars 55 forks source link

opt-out by setting simplesearch: process to false does not seem to work #192

Closed awrog closed 3 years ago

awrog commented 3 years ago

Header of my page

simplesearch:
    process: false

Cleared all caching. Page still shows up in search result

ezchile commented 3 years ago

I had the same issue. A full update and upgrade to Grav 1.7.7 and the updated SimpleSearch seems to have sorted it out for me.

rhukster commented 3 years ago

Just tested this with latest and it works for me. I had a page showed in the results, added:

simplesearch:
  process: false

and now it doesn't show in the results. BTW, this ONLY works for regular pages, not modular sub pages.

awrog commented 3 years ago

After updating tor the latest version of the plugin, it now works. I was stillon v2.2.0

Thanks!

On Thu, 11 Mar 2021, 00:04 Andy Miller @.***> wrote:

Just tested this with latest and it works for me. I had a page showed in the results, added:

simplesearch: process: false

and now it doesn't show in the results. BTW, this ONLY works for regular pages, not modular sub pages.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/getgrav/grav-plugin-simplesearch/issues/192#issuecomment-796268406, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC4XGQ2RFJW7RXRNOCYFCELTC7UIVANCNFSM4RRWA7IA .