Index.Attribute throws error for sortable fields
NRedisStack Version: 0.12.0
Redis Stack Version:
Description:
For sorted attributes , index.Attributes throws request.System.IndexOutOfRangeException: Index was outside the bounds of the array.
This is how i add text field: schema.AddTextField(item.Key, sortable: true);
This is how index is created
var ftCreateParams = new FTCreateParams().On(IndexDataType.HASH) .Temporary(expiryTime) .Prefix(payloadPrefix);
note that , almost all of the fields are marked as sortable
This issue does not happen when i mark the fields false for sortable.
Please help !
Hi @ivanjt-srai , I'm on it 👍
@ivanjt-srai this PR should solve it, LMK what you think.
sure @shacharPash thanks for picking it up, when can I expect the fix to be available to use?
@ivanjt-srai In the next few days we will merge it to master
do we have any update on this @shacharPash ?
do we have any update on this @shacharPash ?
@atakavci
@ivanjt-srai The fix has been merged into the main branch.