David Sauve
|
8ee12dd68d
|
Continued refactoring. 23 of 27 tests passing now. Code is much cleaner and leaner
|
2009-07-31 11:46:14 -04:00 |
|
David Sauve
|
8afa719129
|
Added copyright notice
|
2009-07-31 11:43:58 -04:00 |
|
David Sauve
|
91043533ed
|
Corrected year in copyright notice. Should have been 2009, not 2007
|
2009-07-30 09:01:38 -04:00 |
|
David Sauve
|
3f97fa28b0
|
Added copyright notices
|
2009-07-30 08:57:35 -04:00 |
|
David Sauve
|
d4c8c42275
|
Fixed broken NOT query -- Thanks Supreet
|
2009-07-30 08:54:46 -04:00 |
|
David Sauve
|
c087348a48
|
Implemented highlighting
|
2009-07-27 15:12:20 -04:00 |
|
David Sauve
|
276fec46e4
|
Changed the order of import statements.
|
2009-07-22 16:38:01 -04:00 |
|
David Sauve
|
b4931e1d43
|
Changed date generation in _from_python method to not including formatting
|
2009-07-22 11:30:22 -04:00 |
|
David Sauve
|
0c27d0e8cf
|
Changed boolean values in _from_python to be t or f instead of true or false. Save a little bit of space
|
2009-07-21 13:47:13 -04:00 |
|
David Sauve
|
ff0a466241
|
Implemented multi-field ordering on search
|
2009-07-09 16:35:24 -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
|
b147b5c926
|
Roughed in the order_by
|
2009-07-08 16:43:46 -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
|
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
|
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
|
0c0be221cb
|
Added spelling suggestions to SearchBackend.search method
|
2009-06-20 07:32:18 -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
|
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 |
|