79724636

Date: 2025-08-04 08:36:16
Score: 0.5
Natty:
Report link

You can get the desired result by running an aggregation:

FT.AGGREGATE cities_idx "*"  
LOAD 3 @__key @fieldOne @fieldTwo 
APPLY "format('%s:%s', @fieldOne, @fieldTwo)" AS combo 
FILTER "@combo=='Foo:Bar'" 
GROUPBY 1 @__key

This will return: search:cities:1

You can then do JSON.GET search:cities:1

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Raphael De Lio