Releases: doofinder/pydoof
Releases · doofinder/pydoof
Changes in stored specs + more changes + version update
v3.3.5
What's Changed
- Fixes wrong request when item id contains special chars.
Full Changelog: v3.3.4...v3.3.5
Reset parameter in reindexing
- Allows reset parameter for reindex operations
Session for scroll requests
- Keeps session for scroll requests
Includes limit parameter for clicked items
- Includes limit parameter for clicked items
Fixes error in query logs
- Fixes error in query logs streamed download
New management API
-
Implements new interface for both management and search API.
-
Implements management API with Doofinder APIv2.
minor tests addings
log and process tests
added tests
Required packages:
- HTTPretty
- nose
to run
$ nosetests
added development mode
setting pydoof.DEV=True
makes:
search_url = http://localhost:8881/5
management_url = http://localhost:8000/api/v1
the urls can be overwritten at
pydoof.DEV_SEARCH_URL
pydoof.DEV_MANAGEMENT_URL