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
Fixed spelling mistake under $ne signature. $eq -> $ne.
Add example for each operator.
Discourse:
The folder [/operators](https://github.com/canjs/can-query-logic/tree/master/doc/operators) can probably be removed unless the eventual idea is to separate can-query-logic/comparison-operators.html.
An example on the article references QueryLogic.Not which isn't an operator. There's currently no @codepen tag on the example to prevent confusion. It might be worth while to remove this example.
QueryLogic.set.union seems to be QueryLogic.union should this be changed in all documentation? This could be confused with QueryLogic.prototype.union is there a good way to separate these?
value types is a folder with empty files, is this meant to continue to expand on various QueryLogic value types ( ex: QueryLogic.GreaterThan ) or should this folder be removed?
can-query-logic.html
BasicQuery
is not an export from the can repositorytoParams
,toQuery
examples.can-query-logic.prototype.count.html
[Infinity](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Infinity)
?can-query-logic.prototype.difference.html
can-query-logic.prototype.filterMembersAndGetCount.html
can-query-logic.prototype.filterMembers.html
can-query-logic.prototype.identityKeys.html
can-query-logic.prototype.index.html
sort
option is given.required
to the params. Most other methods see if the given data structures are correct.can-query-logic.prototype.intersection.html
can-query-logic.prototype.isDefinedAndHasMembers.html
UNIVERSAL
). Update documentation to reflect such.can-query-logic.prototype.isEqual.html
can-query-logic.prototype.isMember.html
can-query-logic.prototype.isProperSubset.html
can-query-logic.prototype.isSpecial.html
.isSpecial
and not.isDefinedAndHasMembers
.true
if the object isUNIVERSAL
,EMPTY
,UNDEFINABLE
, orUNKNOWABLE
.can-query-logic.prototype.isSubset.html
.isSubset
is not true.can-query-logic.prototype.memberIdentity
@hide
tagcan-query-logic.prototype.unionMembers.html
can-query-logic.prototype.union.html
JSON.stringify
around return value to show full object.can-query-logic/comparison-operators.html
$ne
signature.$eq
->$ne
.Discourse:
[/operators](https://github.com/canjs/can-query-logic/tree/master/doc/operators)
can probably be removed unless the eventual idea is to separate can-query-logic/comparison-operators.html.can-query-logic/query.html
can-query-logic.EMPTY.html
can-query-logic.KeysAnd.html
doc/static/AndKeys.md
it should probably be renamed toKeysAnd.md
to match other references.static-methods/set[...]
can-query-logic.UNDEFINABLE.html
Discourse:
QueryLogic.Not
which isn't an operator. There's currently no@codepen
tag on the example to prevent confusion. It might be worth while to remove this example.can-query-logic.UNIVERSAL.html
can-query-logic.UNKNOWABLE.html
can-query-logic.set.difference.html
discourse:
QueryLogic.set.difference
seems to beQueryLogic.difference
should this be changed?can-query-logic.set.intersection.html
discourse:
QueryLogic.set.intersection
seems to beQueryLogic.intersection
should this be changed in all documentation?can-query-logic.set.union.html
discourse:
QueryLogic.set.union
seems to beQueryLogic.union
should this be changed in all documentation? This could be confused withQueryLogic.prototype.union
is there a good way to separate these?doc/value-types
Discourse:
QueryLogic.GreaterThan
) or should this folder be removed?doc/etc
discourse:
can-query-logic.defineComparison.html
GreaterThan
,LessThan
, etc. are not global constants from the can framework, they do seem to be functions on theQueryLogic
.examples/recipe-example.js
The text was updated successfully, but these errors were encountered: