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

class_id not does not work as filter

    XMLWordPrintable

Details

    Description

      According to the eZ Find 2 documentation it should be possible to user class_id:id as filter.

      fetch( ezfind, search,
      hash( query, 'eZ Systems',
      filter, 'class_id:1' )

      But this does currently not work.

      If you instead use below it works fine.

      fetch( ezfind, search,
      hash( query, 'eZ Systems',
      filter, 'meta_contentclass_id_si:1' )

      So maybe its a type in the documentation?

      Steps to reproduce

      Install ez Find 2, run a simple fetch and use class_id as filter.

      Attachments

        Activity

          People

            bd bd
            ardmar ardmar
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: