• Jérome Perrin's avatar
    mysql_innodb_catalog: new subject_set scriptable key · a784d89e
    Jérome Perrin authored
    Allows searching the catalog for documents having an exact set of
    subjects, not just one subject.
    In other words, `portal_catalog(subject=["a", "b"])` finds documents
    with subject a or subject b and `portal_catalog(subject_set=["a, "b"])`
    finds documents with subject a and subject b.
    a784d89e
scriptable_key_list.xml 1.18 KB