Skip to content

v0.3.0 - Content Filtering

Choose a tag to compare

@doncato doncato released this 30 Apr 11:32
· 29 commits to main since this release
969ee89

Mainly you can now Filter the main document to just show entries and directories which contain a specific (sub) node (optionally with a specific value). This ability leads to new endpoints with which you can filter either manually for contained sub-nodes, or use other helpers in context with due and priority properties. Here is a list of all new endpoints:

  • /xml/priority/highest To get only the nodes which have the highest priority among the document
  • /xml/priority/{priority} To get only nodes which priority is higher (lower numerical value) or equal to the provided priority.
  • /xml/filter/{name}/{value} To only get nodes which have subnodes called NAME whose value equals VALUE (not case sensitive)
  • /xml/due/over To get only nodes wich were due in the past.
  • /xml/due/today To get only nodes wich are due or on today.
  • /xml/due/tomorrow To get only nodes which are due or on tomorrow.
  • /xml/due/in/{start}/{end} To get only nodes which due date is in between start and end