Skip to content

Commit 0ee3278

Browse files
authored
chore(search): export languages (#2651)
1 parent 623b56b commit 0ee3278

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)