Commit graph

491 commits

Author SHA1 Message Date
David Sauve
c92e8c7c7b Six passing tests. Combining AND, OR, NOT works. 2009-11-13 09:59:00 -05:00
David Sauve
a96ed9e216 Five tests. OR operator now working 2009-11-13 09:59:00 -05:00
David Sauve
84988c69f3 Four tests passing now. Recursively parsing the search nodes and negated on NOT as required. 2009-11-13 09:58:59 -05:00
David Sauve
5905909b7c Passing three tests. Empty query, single content value, multi-content values 2009-11-13 09:58:59 -05:00
David Sauve
ac11ba627b Passing first two tests... 2009-11-13 09:58:58 -05:00
David Sauve
96f16cb4e6 More refactor work 2009-11-13 09:58:58 -05:00
David Sauve
555b13a5de Work on refactoring. Eliminated a lot of useless code and started to implement build_query using xapian.Query 2009-11-13 09:58:58 -05:00
David Sauve
30a8f8fc0c More changes to build_query 2009-11-13 09:58:57 -05:00
David Sauve
44bb6c6f48 Started work in refactor 2009-11-13 09:58:57 -05:00
David Sauve
a74891623b Merge branch 'experimental' of github.com:notanumber/xapian-haystack into experimental 2009-11-13 09:16:28 -05:00
David Sauve
40322d6a7c Six passing tests. Combining AND, OR, NOT works. 2009-11-13 09:15:56 -05:00
David Sauve
b07842db65 Five tests. OR operator now working 2009-11-13 09:15:56 -05:00
David Sauve
8bb10c02d3 Four tests passing now. Recursively parsing the search nodes and negated on NOT as required. 2009-11-13 09:15:56 -05:00
David Sauve
cf97b77818 Passing three tests. Empty query, single content value, multi-content values 2009-11-13 09:15:56 -05:00
David Sauve
68f8135f63 Passing first two tests... 2009-11-13 09:15:56 -05:00
David Sauve
4242f77662 More refactor work 2009-11-13 09:15:56 -05:00
David Sauve
01ecd8ac17 Work on refactoring. Eliminated a lot of useless code and started to implement build_query using xapian.Query 2009-11-13 09:15:56 -05:00
David Sauve
60f4661ada More changes to build_query 2009-11-13 09:15:55 -05:00
David Sauve
74adafe2b6 Started work in refactor 2009-11-13 09:15:55 -05:00
David Sauve
ed902475b9 Updated AUTHORS and README with information on patch from wshallum 2009-11-13 09:00:21 -05:00
David Sauve
8121efbc76 Merged upstream 2009-11-13 08:47:48 -05:00
David Sauve
b1877db882 Six passing tests. Combining AND, OR, NOT works. 2009-11-13 08:45:54 -05:00
David Sauve
31af860492 Five tests. OR operator now working 2009-11-13 08:45:54 -05:00
David Sauve
eb9c4f9777 Four tests passing now. Recursively parsing the search nodes and negated on NOT as required. 2009-11-13 08:45:54 -05:00
David Sauve
097d1f0c77 Passing three tests. Empty query, single content value, multi-content values 2009-11-13 08:45:54 -05:00
David Sauve
3a85a95201 Passing first two tests... 2009-11-13 08:45:54 -05:00
David Sauve
9bbd3f32ea More refactor work 2009-11-13 08:45:54 -05:00
David Sauve
b16859121f Work on refactoring. Eliminated a lot of useless code and started to implement build_query using xapian.Query 2009-11-13 08:45:53 -05:00
David Sauve
6e7fc1d6c6 More changes to build_query 2009-11-13 08:45:53 -05:00
David Sauve
45a6883028 Started work in refactor 2009-11-13 08:45:53 -05:00
William Shallum
ad6b86e1da use time.strptime for compatibility with python 2.4 2009-11-13 04:34:31 +08:00
David Sauve
b740066f43 Six passing tests. Combining AND, OR, NOT works. 2009-11-10 21:53:32 -05:00
David Sauve
132e13e666 Five tests. OR operator now working 2009-11-10 21:45:49 -05:00
David Sauve
5c67f5476a Four tests passing now. Recursively parsing the search nodes and negated on NOT as required. 2009-11-10 21:31:25 -05:00
David Sauve
048e296d65 Passing three tests. Empty query, single content value, multi-content values 2009-11-10 20:47:59 -05:00
David Sauve
c062771887 Passing first two tests... 2009-11-10 20:45:37 -05:00
David Sauve
abd5920645 Updated to use changed get_identifier method 2009-11-09 20:27:46 -05:00
David Sauve
29ae7c5885 More refactor work 2009-11-09 20:01:20 -05:00
David Sauve
7da4ea8fd1 Work on refactoring. Eliminated a lot of useless code and started to implement build_query using xapian.Query 2009-10-27 22:03:04 -04:00
David Sauve
bac4705998 Updated README with a link to a samle cronjob 2009-10-22 16:06:49 -04:00
David Sauve
0a63686593 More changes to build_query 2009-10-21 16:20:17 -04:00
David Sauve
204feae63e Updated to use new SQ objects 2009-10-21 10:22:29 -04:00
David Sauve
ed4ef56225 Started work in refactor 2009-10-21 08:41:27 -04:00
David Sauve
817943bfc7 Updated README with a link to a sample index that demonstrates how to override the post save and delete signals. 2009-10-20 09:26:10 -04:00
David Sauve
23935b01f7 Updated version number in setup.py 2009-10-13 10:58:26 -04:00
David Sauve
2602674b7f Updated TODO with notes on upcoming refactor 2009-10-13 10:58:10 -04:00
David Sauve
e84e0ae58a Added jezdez to author acknowledgment 2009-10-13 10:57:32 -04:00
David Sauve
d73752e3fa Updated README with notes on how to avoid 500 errors from multiple write access attempts on re-indexing. 2009-10-08 14:48:20 -04:00
David Sauve
fbeb54fa20 Modified SearchBackend to accept limit_to_registered_models in order to properly support in SHA b329b9795 of Haystack 2009-10-08 14:42:58 -04:00
David Sauve
7992479755 Updated test layout so that it is the same as Haystack itself. This way, it can be dropped into Haystack and run just like the rest of the tests. 2009-10-07 16:10:21 -04:00