Skip to content

Commit 8f2f7b9

Browse files
authored
chore(search): export languages (redis#2651)
1 parent 2e87156 commit 8f2f7b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/search/lib/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export { default } from './commands';
22

3-
export { RediSearchSchema, SchemaFieldTypes, SchemaTextFieldPhonetics, SearchReply, VectorAlgorithms } from './commands';
4-
export { AggregateSteps, AggregateGroupByReducers } from './commands/AGGREGATE';
3+
export { RediSearchSchema, RedisSearchLanguages, SchemaFieldTypes, SchemaTextFieldPhonetics, SearchReply, VectorAlgorithms } from './commands';
4+
export { AggregateGroupByReducers, AggregateSteps } from './commands/AGGREGATE';
55
export { SearchOptions } from './commands/SEARCH';

0 commit comments

Comments
 (0)