catalog.core
Namespace for interacting with DDF’s Catalog Framework.
query
(query filter)
Query the catalog framework.
Example querying for all metacard:
(query [[:attribute Metacard/ID] :is :like [:text "*"]])
Example querying for all workspaces:
(query [[:attribute Metacard/TAGS] :is :like [:text "workspace"]])