Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Latest commit

 

History

History
55 lines (52 loc) · 533 Bytes

README.md

File metadata and controls

55 lines (52 loc) · 533 Bytes

ugent-library/muts

query syntax

{
    "id": {"eq": ""}
}
{
    "id": {"in": []}
}
{
    "kind": {"eq": ""}
}
{
    "kind": {"in": []}
}
{
    "kind": {"isa": ""}
}
{
    "created_at": {"gt": ""}
}
{
    "created_at": {"lt": ""}
}
{
    "created_at": {"gte": ""}
}
{
    "created_at": {"lte": ""}
}
{
    "updated_at": {"gt": ""}
}
{
    "updated_at": {"lt": ""}
}
{
    "updated_at": {"gte": ""}
}
{
    "updated_at": {"lte": ""}
}
{
    "properties": [{"match": ""}]
},
{
    "links": []
},
{
    "follow": []
},