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

Hiding object in Legacy Backoffice will not be indexed in Solr

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: High High
    • Customer request
    • 2.5.7
    • Legacy bridge
    • None

    Description

      In eZ Platform 2.5 with Legacy bridge hiding content will not update Solr index.

      Steps to reproduce
      1. Clean installation of eZ Platform 2.5 + Legacy bridge with Solr as a search engine.
      2. Log in to the legacy Backoffice as administrator.
      2. Create a new folder Folder A.
      3. In Folder A create second folder Folder B.
      4. Hide Folder A.
      5. In Solr query run:

      content_name_s:"Folder A"
      

      Result
      Solr will return (among others):

              "hidden_b":false,
              "invisible_b":false,
      

      Expected Result

              "hidden_b":true,
              "invisible_b":true,
      

      Note hiding parent folder Folder A will not update "invisible_b" to true for children (Folder B). Running php bin/console ezplatform:reindex will correctly update solr with made changes.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mateusz.bieniek@ibexa.co Mateusz Bieniek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: