Skip to content

Commit acb624f

Browse files
committed
doc: tweak filter examples
1 parent 5962842 commit acb624f

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/docHaystack/doc/ChangeLog.fandoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
** license: Licensed under the Academic Free License version 3.0
77
**************************************************************************
88

9+
**Version 3.9.16 (working)**
10+
911
**Version 3.9.15 (25 Oct 2024)**
1012
- Rework of EVSE design from WG
1113
- #1109: rework elec phase modeling to use new suite of tags

src/docHaystack/doc/Filters.fandoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ encoding (with a couple of exceptions noted below).
3535

3636
You can combine filters using 'and', 'or', or 'not':
3737

38+
not point // missing the point tag
3839
site or equip // has site or equip tag
3940
equip and hvac // has equip and hvac tag
4041
equip and not ahu // has equip tag, but not the ahu tag

0 commit comments

Comments
 (0)