Commit Graph

382 Commits

Author SHA1 Message Date
David Sauve
ff0a466241 Implemented multi-field ordering on search 2009-07-09 16:35:24 -04:00
David Sauve
a22442b894 Updated TODO list 2009-07-09 14:04:49 -04:00
David Sauve
00892d695e Fixed sorting by integer and added tests to prove it 2009-07-09 14:04:06 -04:00
David Sauve
1a35a91a47 Implemented order by for single field 2009-07-09 13:00:07 -04:00
David Sauve
b147b5c926 Roughed in the order_by 2009-07-08 16:43:46 -04:00
David Sauve
12e494e747 Fixed a bug that caused indexed=False to be ignored again after a previous refactor 2009-07-03 16:03:44 -04:00
David Sauve
f8f453ad58 Moved _build_schema to bottom of class and commented it. Also moved unified schema method to inside. 2009-07-03 15:50:50 -04:00
David Sauve
d43f7d1093 Better schema generation. Dropping the stuff I don't need, and including value column locations 2009-07-03 15:44:01 -04:00
David Sauve
0af2285c6f Updated term generation to not include fields marked as indexed=False 2009-07-03 15:18:23 -04:00
David Sauve
9e6912541e Refactored to use existing site.build_unified_schema() instead of generating this manually 2009-07-03 14:34:43 -04:00
David Sauve
f77b861f81 Another refactor to further simplify narrowing 2009-07-03 11:55:25 -04:00
David Sauve
26df069e76 Refactored narrowing to not weight based on narrow query. ie., to only filter. 2009-07-03 11:53:03 -04:00
David Sauve
b937536575 Implemented 2009-07-03 11:21:07 -04:00
David Sauve
9dbda099bc Better spelling correction test 2009-07-03 10:12:10 -04:00
David Sauve
2c49f3e907 Corrected typo in tests 2009-07-03 10:08:36 -04:00
David Sauve
061703134a Removed clean method. Is now implemented in the BaseSearchBackend 2009-06-25 08:51:31 -04:00
David Sauve
b6f0695dc1 Fixed typo in README 2009-06-22 09:50:35 -04:00
David Sauve
d3307a712c Updated TODO 2009-06-22 08:26:25 -04:00
David Sauve
0dafdb920b Moved spelling suggestion test to its own test just to make it easier to debug if there's a problem 2009-06-20 07:36:14 -04:00
David Sauve
bb5cbbd606 Small refactor on spelling suggestions in SearchBackend.search method 2009-06-20 07:34:26 -04:00
David Sauve
0c0be221cb Added spelling suggestions to SearchBackend.search method 2009-06-20 07:32:18 -04:00
David Sauve
c3326ce530 Added new documentation 2009-06-19 09:26:25 -04:00
David Sauve
68556943c0 Updated .gitignore with *.tmproj and *.DS_Store 2009-06-19 09:01:58 -04:00
David Sauve
39101febb7 Added empty README 2009-06-19 09:01:12 -04:00
David Sauve
7cd5335df5 Hide the highlight not implemented warning when highlight is False 2009-06-18 13:22:39 -04:00
David Sauve
cb8c1fec90 Renamed gpl.txt to LICENSE 2009-06-18 13:09:16 -04:00
David Sauve
9cb2305a61 Fixed SearchBackend.update not updating existing documents, but instead appending to index 2009-06-18 12:31:47 -04:00
David Sauve
0d77e02d80 Added a ton of docstrings and some small refactoring 2009-06-18 12:15:13 -04:00
David Sauve
993b28155a Fixed more_like_this to omit the document used in the query 2009-06-17 19:30:25 -04:00
David Sauve
fa02d65941 Implemented more_like_this 2009-06-17 16:54:39 -04:00
David Sauve
2c80f85ec6 Made stemmer an instance variable (default is english) and added corresponding tests 2009-06-17 15:20:52 -04:00
David Sauve
86a5050750 Initial commit 2009-06-16 14:48:11 -04:00