Skip to content

Commit

Permalink
chore(search): export languages (#2651)
Browse files Browse the repository at this point in the history
  • Loading branch information
papsavas committed Nov 20, 2023
1 parent 623b56b commit 0ee3278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/search/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { default } from './commands';

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

0 comments on commit 0ee3278

Please sign in to comment.