Skip to content

Commit

Permalink
I was missing that AND (...), geez!
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Nov 4, 2023
1 parent 175a0ea commit db57cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grafito.art
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ graph: function [
subfilters: subfilters ++ ~edgePropertyWithValueFilter
]
subfilters: join.with:" AND " subfilters
searchForProperties: subfilters
searchForProperties: ~"AND (|subfilters|)"
]

(v\direction = 1)? [
Expand Down Expand Up @@ -928,7 +928,7 @@ graph: function [
subfilters: subfilters ++ ~edgePropertyWithValueFilter
]
subfilters: join.with:" AND " subfilters
searchForProperties: subfilters
searchForProperties: ~"AND (|subfilters|)"
]

print searchForProperties
Expand Down

0 comments on commit db57cdd

Please sign in to comment.