You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of P in could be better. You get ugly stuff like this right now:
(q/where:a (P/eq"b"))
That's just an example, but it shows how you have to use the String "b" rather than :b which would be more consistent with the rest of Ogre. There are similar weird bits with other aspects of P like:
(P/without [1])
where Ogre forces use of [] to denote the collection.
The text was updated successfully, but these errors were encountered:
The use of
P
in could be better. You get ugly stuff like this right now:That's just an example, but it shows how you have to use the
String
"b" rather than:b
which would be more consistent with the rest of Ogre. There are similar weird bits with other aspects ofP
like:where Ogre forces use of
[]
to denote the collection.The text was updated successfully, but these errors were encountered: