Skip to content

Releases: doofinder/pydoof

Changes in stored specs + more changes + version update

11 Apr 12:13
Compare
Choose a tag to compare
4.1.0

Changed Python classifier info from 3.6.7 to 3.6 in setup

v3.3.5

13 Oct 13:22
18ebdbf
Compare
Choose a tag to compare

What's Changed

  • Fixes wrong request when item id contains special chars.

Full Changelog: v3.3.4...v3.3.5

Reset parameter in reindexing

25 Feb 11:14
Compare
Choose a tag to compare
  • Allows reset parameter for reindex operations

Session for scroll requests

08 Feb 12:28
Compare
Choose a tag to compare
  • Keeps session for scroll requests

Includes limit parameter for clicked items

26 Jan 16:34
Compare
Choose a tag to compare
  • Includes limit parameter for clicked items

Fixes error in query logs

30 Dec 10:54
Compare
Choose a tag to compare
  • Fixes error in query logs streamed download

New management API

28 Dec 10:06
Compare
Choose a tag to compare
  • Implements new interface for both management and search API.

  • Implements management API with Doofinder APIv2.

minor tests addings

07 Nov 18:28
Compare
Choose a tag to compare

log and process tests

added tests

07 Nov 16:58
Compare
Choose a tag to compare

Required packages:

  • HTTPretty
  • nose

to run

$ nosetests

added development mode

04 Oct 04:43
Compare
Choose a tag to compare

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