Skip to main content

A search query parser that works in conjunction with haystack

Project description

haystack-queryparser
====================

Converts arbitrarily complicated user entered query strings to a haystack query object.

###Usage
```python
from haystack_queryparser import ParseSQ
```
Also provides or_parser and and_parser which can be directly used with a query
```python
parser = ParseSQ()
sq_object = parser.parse(query)
```
takes a `AND` or `OR` operator to use as default optionally.

###Input
Input should be a string.This the query.

###Output
Output is a `SQ(haystack.query.SQ)` object.
This can be passed to `SearchQuerySet.filter` and the query will be applied

###Test
To run the test you need to be in the django environment.So you can do something like this:
```
$ python manage.py shell
>>> import haystack_queryparser.tests as test
>>> tests.main()
test_operators (modules.haystack_queryparser2.tests.SimpleTest) ... ok
test_parse (modules.haystack_queryparser2.tests.SimpleTest) ... ok
test_parse_with_new_default (modules.haystack_queryparser2.tests.SimpleTest) ... ok

----------------------------------------------------------------------
Ran 3 tests in 0.004s

OK
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

haystack_queryparser-0.1.tar.gz (2.7 kB view details)

Uploaded Source

File details

Details for the file haystack_queryparser-0.1.tar.gz.

File metadata

File hashes

Hashes for haystack_queryparser-0.1.tar.gz
Algorithm Hash digest
SHA256 8c7f62210df456ceef5a895334da67e615d289684965edc6418da869d197efd9
MD5 9ee98baa1088f6e45da08d1a7eb43a15
BLAKE2b-256 e5cfa23d2a4c2326f95cd22089e1af0b2897fd5eb593eb4ae4b0c94a47bfdd98

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page