Syed Hasnain
Results
2
comments of
Syed Hasnain
> You need to remove the "Analyzed" setting. The TitlePart will then stored in the "Content.ContentItem.DisplayText" but you will be able to do a full-text search on the "Content.ContentItem.Displaytext.Analyzed" field...
When I use this code in index.js fie in react native ``` import { Amplify } from 'aws-amplify'; import amplifyconfig from './src/amplifyconfiguration.json'; Amplify.configure(amplifyconfig); ``` I'm getting error like this error:...