Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
knipknap committed Nov 24, 2018
1 parent 1bc1d6b commit bf44991
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
## Summary

**django-find** is a Django app that makes it easy to add complex
search functionality for the models in your project.
search/filter functionality for the models in your project.
It supports two different ways to search your Django models:
Query-based, or JSON-based.

**django-find** is not a full text search engine, it searches the fields
of your models. In other words, it searches and provides tabular data.
of your models. In other words, it filters on your models and provides
tabular data as a result.

### Query-based search

Expand Down

0 comments on commit bf44991

Please sign in to comment.