etianen / django-watson

Full-text multi-table search application for Django. Easy to install and use, with good performance.
BSD 3-Clause "New" or "Revised" License
1.2k stars 130 forks source link

SOLVED. Django watson not indexing ? #228

Closed BrigitteMaillere closed 6 years ago

BrigitteMaillere commented 6 years ago

Hi, I installed django_watson created 2 Appareil.objects through admin, one with title "blabla", one with title "toto"

get no results on a basic search at url mysite/search/?q=blabla

Search results for “blabla” There are no results to display. Try entering a less specific search term.

Here is what I have done (Python 3.4, django 1.11, Postgresql 9.3)

created 2 Appareil.objects through admin, one with title "blabla", one with title "toto"

Any Idea ? Thanks