yaacov / tree-search-language

Tree Search Language (TSL) is a wonderful search langauge.
Apache License 2.0
61 stars 11 forks source link

NotLikeOp is depracated. #12

Closed yaacov closed 5 years ago

yaacov commented 5 years ago

In https://github.com/yaacov/tree-search-language/pull/11 we deprated NotLikeOp.

It is still used in: https://github.com/yaacov/tree-search-language/blob/master/pkg/walkers/sql/walk.go#L145 and: https://github.com/yaacov/tree-search-language/blob/master/pkg/walkers/semantics/walk.go#L225

And need some care in replacing with notOP( likeOp/IlikeOp )