We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553e1ff commit 062b930Copy full SHA for 062b930
packages/compass-indexes/src/modules/create-index.tsx
@@ -450,7 +450,7 @@ export const fetchIndexSuggestions = ({
450
indexSuggestions: null,
451
fetchingSuggestionsError:
452
e instanceof Error
453
- ? e.message
+ ? 'Error parsing query. Please follow query structure. ' + e.message
454
: 'Error parsing query. Please follow query structure.',
455
indexSuggestionsState: 'error',
456
});
0 commit comments