Skip to content

Commit

Permalink
fixup! fix(core): export all weighted search functions and types
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpyon committed Jul 14, 2023
1 parent 4e15ca7 commit 09bf3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@sanity/base/src/_exports/_internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export type {DocumentAvailability} from '../preview/types'
export {AvailabilityReason} from '../preview/types'

export {getSearchableTypes} from '../search/common/utils'
export {createWeightedSearch} from '../search/weighted/createWeightedSearch'
export {createSearchQuery, createWeightedSearch} from '../search/weighted'
export type {WeightedHit} from '../search/weighted/types'

export {createHookFromObservableFactory} from '../util/createHookFromObservableFactory'
Expand Down

0 comments on commit 09bf3c8

Please sign in to comment.