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
There are many places that cannot show == operation.
In Filtering section, it says that two values can be passed by like this: countries==Germany China
And it will work as OR Operator. But what if we have a country which have two words
(eg: Sri Lanka)? countries==Sri Lanka China Will it take as Sri+Lanka+China?
If so, it is incorrect.
The text was updated successfully, but these errors were encountered:
==
operation.countries==Germany China
And it will work as
OR
Operator. But what if we have a country which have two words(eg: Sri Lanka)?
countries==Sri Lanka China
Will it take as Sri+Lanka+China?If so, it is incorrect.
The text was updated successfully, but these errors were encountered: