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
expose FT.TAGVALS as getAll[Tag Indexed Field] so if in the domain they annotated a field named colors with @Indexable then they can declare a getAllColors method and under the covers, we’ll use FT.TAGVALS
The text was updated successfully, but these errors were encountered:
* feature: allows for overriding of redis operations bean
* feature: handle pagination queries in repository
* feature: implement getAllXxx repo tag field method backed by FT.TAGVALS (resolvesgh-23)
* feature: implement getIds repository method to retrive/paginate keys
* feature: implement JSON delete given a path in repositories (resolvesgh-24)
* fix: fix bad merge
expose FT.TAGVALS as
getAll[Tag Indexed Field]
so if in the domain they annotated a field namedcolors
with@Indexable
then they can declare agetAllColors
method and under the covers, we’ll useFT.TAGVALS
The text was updated successfully, but these errors were encountered: