Commit Graph

38 Commits

Author SHA1 Message Date
Patryk Szczepański 251e924122
Add ability to configure NGRAM's 2022-07-08 21:52:10 +02:00
AJ Slater 870b48dfcd
Management Command Database Locking 2022-02-10 20:44:21 +01:00
Claude Paroz 878371e23c Replaced travis build badge by GH Actions one 2021-09-24 20:28:57 +02:00
Claude Paroz a8566ca33b Drop support for Django < 2.2 and add Django 3.2 support 2021-08-22 15:44:56 +02:00
Claude Paroz 0f9d94fb23 Dropped Python 2 support 2021-08-09 19:03:53 +02:00
Jorge C. Leitão f67036e5cd Bumped version and updated requirements. 2017-03-01 12:07:00 +01:00
jorgecarleitao f46283bc5f Added Claudep to credits in README.rst 2016-11-03 06:54:14 +01:00
Jorge C. Leitão 313ef57a55 Fixed Travis build and added Xapian 1.4.1 to it. 2016-10-30 14:32:22 +01:00
Claude Paroz e0e6a11e46 Endswith is not yet supported in Xapian
'endswith' query support has been added in django-haystack/django-haystack@42f53cda9.
2016-10-14 16:25:43 +02:00
Claude Paroz c330906457 Dropped support for Django 1.6/1.7 and added Django 1.9/1.10 support 2016-10-14 16:25:43 +02:00
Jorge C. Leitão ea2d9fec82 Updated setup.py and README. 2015-11-16 18:45:41 +01:00
Jorge C. Leitão cec243cffd Fixed #128 -- Added support to Python 3. 2015-11-14 12:37:43 +01:00
Jorge C. Leitão 62a781bf74 Added Python 3 to build. 2015-11-13 20:56:04 +01:00
Jorge C. Leitão e31f6bbce4 Added coveralls to travis build. 2015-11-12 00:22:06 +01:00
Jorge C. Leitão b2f50a69cd Updated README and requirements with latest updates. 2015-04-16 21:02:18 +02:00
Jürg Rast 82ba90b6a6 Fixed #141 -- Added configuration setting for stemming strategy. 2015-01-12 22:35:07 +01:00
antlord 1ea3549d68 Fixed #117 -- Added support for EdgeNgram and Ngram.
Docstring has been updated

tests has been created

some corrects of unusable imports

Fixes created after notices in pull request.

class of mock has been fixed, test of indexation edge ngram has been created

big cycle has been separated to generator

fix depencies

tests has been updated

some refactoring and generator of edge ngram terms has been updated

Package "six" has been removed from requirements, class with edge ngram
field has been created. Edge ngram field has been removed from another
mocks. Indexation for this class has been splitted to separate class.

unimportant tests has been removed

both techniques, ngram and edge ngram, has been implemeted

little refactoring

some minor fixes
2014-12-30 18:21:42 +01:00
jorgecarleitao c989ce5540 Fixed minor error on README. 2014-05-17 21:46:34 +02:00
jorgecarleitao 89005294c5 Fixed some typos and text in README. 2014-05-17 21:38:51 +02:00
Jorge C. Leitão 6d69d48d1b Fixed #110 - fixed ENGINE path in the README.
Thanks to miracle2k for the patch.
2014-05-16 23:54:42 +02:00
jorgecarleitao 65c6e9a71b Fixed #114 - README now asks to install from master. 2014-05-13 21:07:14 +02:00
jorgecarleitao 4e2843ed00 Updated README.rst to notanumber rep 2014-05-13 20:25:13 +02:00
Jorge C. Leitão bd034e3838 Improved README. 2014-05-11 22:36:35 +02:00
David Sauve 8c479019a9 Updated readme.rst with note about stemming languages 2012-04-20 13:10:43 -07:00
David Sauve 9fff70d652 Updated documentation for 2.0.X 2012-04-20 11:53:06 -07:00
David Sauve 23ca1ed97a Updated copyright notice. 2011-07-14 16:14:07 -07:00
David Sauve 6a7c2ef9bf Added overridable weighting scheme through the use of a new setting named HAYSTACK_XAPIAN_WEIGHTING_SCHEME. 2011-06-13 13:37:29 -07:00
David Sauve b85adf5818 Removed mod_wsgi as requirement. 2011-04-18 13:40:28 -07:00
David Sauve 84c3274628 Updated README.rst with a description of the additional HAYSTACK_XAPIAN_FLAGS setting 2011-03-25 18:38:51 -07:00
David Sauve dc11c14542 Updated copyright information 2011-02-01 14:59:13 -08:00
David Sauve acf2c5b58c Fixed typo in the haystacksearch.org site url. Thanks to jaddison for point it out. 2010-08-27 11:48:46 -07:00
David Sauve 7c12e5cc35 Updated README.rst with a better explanation of when to use SearchIndex vs. RealtimeSearchIndex 2010-04-29 13:05:13 -04:00
David Sauve 23b9281b83 Corrected link to gist with sample cronjob for update_index command 2010-04-29 12:27:32 -04:00
David Sauve 4e6bc83525 Updated folder layout for test suite. 2010-04-20 14:16:06 -04:00
David Sauve 4ca75d2f15 Updated README with a note about version numbers 2010-04-10 09:47:17 -04:00
David Sauve 1c05645509 Updated Haystack requirement to reflect that is no longer BETA 2010-01-16 18:48:23 -05:00
David Sauve bdfcb8b947 Replaced copyright symbol with (c) in README.rst. This was causing formatting issues on Github. 2010-01-16 18:46:13 -05:00
David Sauve bbc062c765 Converted README to ReStructuredText to make it friendly for PyPI 2010-01-16 10:31:38 -05:00