Closed jfornech closed 7 years ago
1) the description would be filled if you had description
field on the model
2) you can customize this fully with your own SearchAdapter
it's pretty easy - https://github.com/etianen/django-watson/wiki/registering-models#tweaking-search-weighting
I got 2 questions: 1) why my result.description is empty while others are filled in the watson model? 2) I know the result.title is from my function of my model
but is it possible to get it from a specific field on my model ?
here my apps.py