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
I am a rookie in Hollow. In my project, I try to use the Hollow PrimaryKeyIndex, UniqueKeyIndex, HashIndex and some MatchQuery method. But Its results do not match my expectations very well.
I want to use indexes to retrieve certain objects whose property 1 is greater or less than a certain value. Furthermore, I would like to know if Hollow has any methods for using Boolean expressions for retrieval. And is there a relevant operation method for 'column IN (value1, value2,...)' in SQL?
The text was updated successfully, but these errors were encountered:
I am a rookie in Hollow. In my project, I try to use the Hollow PrimaryKeyIndex, UniqueKeyIndex, HashIndex and some MatchQuery method. But Its results do not match my expectations very well.
I want to use indexes to retrieve certain objects whose property 1 is greater or less than a certain value. Furthermore, I would like to know if Hollow has any methods for using Boolean expressions for retrieval. And is there a relevant operation method for 'column IN (value1, value2,...)' in SQL?
The text was updated successfully, but these errors were encountered: