/search

Primary LanguagePython

airbase_search

Its a django application for text searching: Python3

  1. It searches for prefix matches, substring matches and do spelling corrections as well

How to run:

  1. Create a virutal environment
  2. Install dependencies using requirements.txt
  3. run using : python manage.py runserver