Full-text multi-table search application for Django. Easy to install and use, with good performance.
Find a file
Dave Hall fc0774ddad
Merge pull request #261 from krukas/master
[BUGFIX] #255 Fixed MySQL tests failing mysql + admin context
2019-11-01 10:26:22 +00:00
tests [BUGFIX] #255 Fixed MySQL tests failing mysql + admin context 2019-11-01 09:49:49 +01:00
watson [TASK] Fix flake8 error that regex is not marked as regex 2019-11-01 09:58:25 +01:00
.coveragerc Combining coverage report, and adding flake8 to tox 2016-11-08 11:58:04 +00:00
.gitignore Trying to lose tox. It's been a right pain. 2017-12-21 16:08:28 +00:00
.travis.yml Test against Django 2.1 2018-09-17 20:43:44 +01:00
CHANGELOG.markdown Updating changelog 2018-02-23 16:22:17 +00:00
LICENSE Adding in setup.py cruft. 2012-02-06 13:31:25 +00:00
MANIFEST.in Added flake8, fixed syntax, flattened package structure 2016-11-07 21:33:33 +01:00
README.markdown Point PyPI badge at correct project 2018-09-18 21:20:53 +01:00
setup.cfg Trying to lose tox. It's been a right pain. 2017-12-21 16:08:28 +00:00
setup.py Trying to lose tox. It's been a right pain. 2017-12-21 16:08:28 +00:00

django-watson

Build Status PyPI GitHub license

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

  • Search across multiple models.
  • Order results by relevance.
  • No need to install additional third-party modules or services.
  • Fast and scaleable enough for most use cases.
  • Supports Django 1.8+, Python 2.7+.

Documentation

Please read the Getting Started guide for more information.

Download instructions, bug reporting and links to full documentation can be found at the main project website.

You can keep up to date with the latest announcements by joining the django-watson discussion group.

Contributing

Bug reports, bug fixes, and new features are always welcome. Please raise issues on the django-watson github repository, and submit pull requests for any new code.

You can run the test suite yourself from within a virtual environment with the following commands.

    pip install psycopg2 mysqlclient -e .
    tests/runtests.py
    tests/runtests.py -d psql
    tests/runtests.py -d mysql

More information

The django-watson project was developed by Dave Hall. You can get the code from the django-watson project site.

Dave Hall is a freelance web developer, based in Cambridge, UK. You can usually find him on the Internet in a number of different places: