Skip to content

Commit

Permalink
fix(search): revert to old search API for now (#6503)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Apr 26, 2024
1 parent 10f19a1 commit a512167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanity/src/core/config/prepareConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ function resolveSource({
context,
reducer: legacySearchEnabledReducer,
propertyName: 'enableLegacySearch',
initialValue: false,
initialValue: true,
}),
// we will use this when we add search config to PluginOptions
/*filters: resolveConfigProperty({
Expand Down

0 comments on commit a512167

Please sign in to comment.