Skip to content

testdrivenio/django-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic and Full-text Search with Django and Postgres

Want to learn how to build this?

Check out the post.

Want to use this project?

Spin up the containers:

$ docker-compose up -d --build

Apply the migrations and seed the database:

$ docker-compose exec web python manage.py migrate
$ docker-compose exec web python manage.py add_quotes

Navigate to http://127.0.0.1:8011/quotes/.

Basic vs Full-text Search

You can see examples of both basic and full-text search in quotes/views.py.

About

Basic and Full-text Search with Django and Postgres

Topics

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy