79270896

Date: 2024-12-11 08:00:08
Score: 2.5
Natty:
Report link

You can specify a filter as follows.

options := &redis.FTAggregateOptions{Filter: "@name=='foo' && @age < 20", DialectVersion: dlc}
res, err := client.FTAggregateWithArgs(ctx, "idx1", "*", options).Result()

Find more examples here.

Is this what you are looking for?

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Mirko Ortensi