Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-15557

hidden objects not searchable in admin interface

    XMLWordPrintable

Details

    Description

      Neither the standard nor the advanced search forms in the admin interface offer an option to search for hidden objects.

      Unluckily the code in policyLimitationFilterQuery, line 1444 (rc2), reads:

              if ( !eZContentObjectTreeNode::showInvisibleNodes() || !$ignoreVisibility )
      

      and the default value for $ignoreVisibility is set to FALSE when not specified in the params passed to buildSearch from ezsolr::search.

      This means that

      • hidden nodes will not be found, which is counter-intuitive, since they appear in the navigation
      • there's no way to search for them

      btw: the same behavior might apply to standard search - to be checked...

      Attachments

        Activity

          People

            pborgerm pborgerm
            72f8acac-185f-4a54-9470-a7473f50daab@accounts.ibexa.co Gaetano Giunta
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: