All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Filter search results to not include pages that have been hidden by Structure module.

troy 29 Jan 2015 15:09 question, complete

Is it possible to filter search results to no include pages that have been hidden (using Hide from Nav setting) by the Structure module?

Replies

  1. Low 29 Jan 2015 15:34

    If you're using LS 3.4.0+, you could use a SQL parameter for this, hard-coded in the Results tag:

    entry_id="not SELECT entry_id FROM exp_structure WHERE hidden = 'y';"


    Untested, but it should exclude any hidden entries.