2👍
✅
Actually I fixed the issue by manipulating the last section of my schema.xml like
- <field name="text" type="text_en" indexed="true" stored="true" multiValued="false" />
+ <field name="text" type="ngram" indexed="true" stored="true" multiValued="false" />
changing the searched field type with ngram do the trick
👤tuna
- [Answered ]-Django “TypeError: list() got an unexpected keyword argument 'id''” error
- [Answered ]-How to set up logging on Django + Heroku?
- [Answered ]-Django-admin: after-save callback for inline forms
- [Answered ]-How to access django related field from model methods?
- [Answered ]-How to add a column for displaying small size of img inside backgrid.
Source:stackexchange.com