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

Problems in search for Users Groups through Public API

    XMLWordPrintable

Details

    Description

      I'm trying to search for a user group through the public API, using for instance:

      $query = new Query();
                      
      $query->criterion = new Criterion\Field(
      'name',
      Criterion\Operator::EQ,
      'Editors'
      );
      
      $resultParents = $searchService->findContent( $query );
      

      If the group I want to search if any of the default user groups Editors or Administrator users, it doesn't find them, but the other default ones it does.
      However, if I edit those groups it cannot find, and simply republish them, now it can find them.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rui.silva-obsolete@ez.no Rui Silva (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: