We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e87156 commit 8f2f7b9Copy full SHA for 8f2f7b9
packages/search/lib/index.ts
@@ -1,5 +1,5 @@
1
export { default } from './commands';
2
3
-export { RediSearchSchema, SchemaFieldTypes, SchemaTextFieldPhonetics, SearchReply, VectorAlgorithms } from './commands';
4
-export { AggregateSteps, AggregateGroupByReducers } from './commands/AGGREGATE';
+export { RediSearchSchema, RedisSearchLanguages, SchemaFieldTypes, SchemaTextFieldPhonetics, SearchReply, VectorAlgorithms } from './commands';
+export { AggregateGroupByReducers, AggregateSteps } from './commands/AGGREGATE';
5
export { SearchOptions } from './commands/SEARCH';
0 commit comments