Details

    • Type: Sub-task
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: Core VCS
    • Impact type:
      API added
    • Upgrade notes:
      Hide

      You can now do a query on per-instance facets using the ecm:mixinType pseudo-property:
      ... WHERE ecm:mixinType IN ('MyMixin', 'OtherMixin') ...
      ... WHERE ecm:mixinType NOT IN ('MyMixin', 'OtherMixin') ...
      ... WHERE ecm:mixinType = 'MyMixin' ...
      ... WHERE ecm:mixinType <> 'MyMixin' ...

      Note that per-type facets are also matched by these clauses.

      For efficiency reasons, the facets "Folderish" and "HiddenInNavigation" are special and never matched per-instance (only per-type).

      Show
      You can now do a query on per-instance facets using the ecm:mixinType pseudo-property: ... WHERE ecm:mixinType IN ('MyMixin', 'OtherMixin') ... ... WHERE ecm:mixinType NOT IN ('MyMixin', 'OtherMixin') ... ... WHERE ecm:mixinType = 'MyMixin' ... ... WHERE ecm:mixinType <> 'MyMixin' ... Note that per-type facets are also matched by these clauses. For efficiency reasons, the facets "Folderish" and "HiddenInNavigation" are special and never matched per-instance (only per-type).

      Description

      Allow queries that filter on the presence or absence of a particular facet.

        Attachments

          Activity

            People

            • Assignee:
              fguillaume Florent Guillaume
              Reporter:
              fguillaume Florent Guillaume
              Participants:
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: