Questions tagged [django-watson]

django-watson is a fast multi-model full-text search plugin for Django. It is easy to install and use, and provides high quality search results.

django-watson is a fast multi-model full-text search plugin for Django. It is easy to install and use, and provides high quality search results.

Features

  1. Search across multiple models.
  2. Order results by relevance.
  3. No need to install additional third-party modules or services.
  4. Fast and scalable enough for most use cases.

Documentation: https://github.com/etianen/django-watson/wiki

Repository: https://github.com/etianen/django-watson

3 questions
2
votes
0 answers

NoReverseMatch: 'app_name' is not a registered namespace [django-watson]

Django : 1.11 Python : 3.5.x DB : SQLite Hi there I'm pretty sure I already following the instruction, but still no luck. When I run ./manage.py buildwatson it's error : # ./manage.py buildwatson Traceback (most recent call last): File…
1
vote
2 answers

How to uninstall django-watson library clearly

I want use search library in django So i decide to use django-watson(it tell me easy install, easy use) I command git clone https://github.com/etianen/django-watson.git in my django projects and insert watson in my settings.py. INSTALLED_APPS when…
Jade Han
  • 1,185
  • 5
  • 15
  • 36
0
votes
1 answer

Django (1.9) Watson index Django Tagging TagField

How can I index a field that is managed by the Django Tagging (v0.4.5) TagField manager? The tags are all working correctly and Watson (v1.2.1) is indexing the models and returning results from searching the char and text fields as it should but…
Rich Ross
  • 653
  • 6
  • 8