MCPcopy
hub / github.com/redis/go-redis / FTSearchWithArgs

Method FTSearchWithArgs

search_commands.go:41–41  ·  view source on GitHub ↗
(ctx context.Context, index string, query string, options *FTSearchOptions)

Source from the content-addressed store, hash-verified

39 FTSpellCheckWithArgs(ctx context.Context, index string, query string, options *FTSpellCheckOptions) *FTSpellCheckCmd
40 FTSearch(ctx context.Context, index string, query string) *FTSearchCmd
41 FTSearchWithArgs(ctx context.Context, index string, query string, options *FTSearchOptions) *FTSearchCmd
42 FTSynDump(ctx context.Context, index string) *FTSynDumpCmd
43 FTSynUpdate(ctx context.Context, index string, synGroupId interface{}, terms []interface{}) *StatusCmd
44 FTSynUpdateWithArgs(ctx context.Context, index string, synGroupId interface{}, options *FTSynUpdateOptions, terms []interface{}) *StatusCmd

Callers 8

RunMethod · 0.65
search_test.goFile · 0.65
json_test.goFile · 0.65
ExampleClient_geoindexFunction · 0.65
ExampleClient_query_geoFunction · 0.65
ExampleClient_query_emFunction · 0.65

Calls

no outgoing calls

Tested by 5

ExampleClient_geoindexFunction · 0.52
ExampleClient_query_geoFunction · 0.52
ExampleClient_query_emFunction · 0.52