Dave Hall
|
e21ce01a6c
|
Making it Python 2.6 compatible.
|
2012-03-29 15:44:17 +01:00 |
|
Dave Hall
|
5e304d0805
|
Making postgresql version detection work in Django 1.4. Adding support
for postgis backend. Fixes #3
|
2012-03-14 10:56:35 +00:00 |
|
Dave Hall
|
6748cf9d4f
|
Better escaping of postgres search queries.
|
2012-03-14 10:40:52 +00:00 |
|
Dave Hall
|
e76ade8741
|
Regex search backend now works with everything, so making it non-sqlite
specific.
|
2012-02-28 16:58:01 +00:00 |
|
Dave Hall
|
563adc5dfc
|
Making specific SQLite3 backend.
|
2012-02-28 16:40:01 +00:00 |
|
Dave Hall
|
cb5b68c8c0
|
Added in legacy search backend for postgresql <= 8.3
|
2012-02-28 16:30:38 +00:00 |
|
Dave Hall
|
8cfaed0b44
|
Escaping ! operator in postgres search backend.
|
2012-02-28 16:10:29 +00:00 |
|
Dave Hall
|
592719f6fd
|
Added in prefix matching for mysql search backend.
|
2012-02-28 15:55:01 +00:00 |
|
Dave Hall
|
5088017a00
|
Adding in prefix matching support to postgres search backend.
|
2012-02-28 15:20:45 +00:00 |
|
Dave Hall
|
2a3843c841
|
Making prefix matching work on sqlite search backend.
|
2012-02-28 14:37:39 +00:00 |
|
Dave Hall
|
6217e40342
|
Removing some junk code.
|
2012-02-28 13:39:13 +00:00 |
|
Dave Hall
|
eace6cf4d0
|
Removing hacky searchentry_set generic relation from registration and search process.
|
2012-02-06 13:21:58 +00:00 |
|
Dave Hall
|
8ff430a9dc
|
Added in support for models with a foreign key as a primary key.
|
2011-10-02 18:46:19 +01:00 |
|
Dave Hall
|
5e141b38ba
|
Added in tests for install and uninstall commands.
|
2011-09-11 21:09:01 +01:00 |
|
Dave Hall
|
d68ba068ff
|
Added in MySQL do_uninstall implementation.
|
2011-09-11 20:42:28 +01:00 |
|
Dave Hall
|
6fd002baec
|
Added in is_installed implementation for MySQL.
|
2011-09-11 20:38:55 +01:00 |
|
Dave Hall
|
266e8291f8
|
Added in uninstall command.
|
2011-09-08 16:53:07 +01:00 |
|
Dave Hall
|
2907417897
|
Improving ranking behaviour for MySQL backend.
|
2011-08-29 19:18:27 +01:00 |
|
Dave Hall
|
044733e567
|
Improving test pass rate for MySQL backend.
|
2011-08-29 13:30:21 +01:00 |
|
Dave Hall
|
5f00847c9b
|
Working on MySQL search backend
|
2011-08-29 13:14:22 +01:00 |
|
Dave Hall
|
e39bc340c0
|
Fixing basic search backend to pass new tests.
|
2011-08-29 11:53:23 +01:00 |
|
Dave Hall
|
87bae74871
|
Added in tests for complex registration and multiple search engines.
|
2011-08-29 11:51:40 +01:00 |
|
Dave Hall
|
1861b908c1
|
Added in support for independant filtering and ranking of search results.
|
2011-08-29 11:02:37 +01:00 |
|
Dave Hall
|
42a6ff0e26
|
Added in kitchen sink test.
|
2011-08-28 13:42:47 +01:00 |
|
Dave Hall
|
4620ce815b
|
Fixing filter on PostgresBackend and multi-word search on basic backend.
|
2011-08-24 13:36:26 +01:00 |
|
Dave Hall
|
ffda21b33e
|
Added in splitting up of emails when preprocessing content.
|
2011-08-24 11:23:31 +01:00 |
|
Dave Hall
|
a1a65a1dab
|
Added in filter support to postgres.
|
2011-08-23 18:22:17 +01:00 |
|
Dave Hall
|
802b060c9e
|
Added in filter functionality for basic backend.
|
2011-08-23 18:14:38 +01:00 |
|
Dave Hall
|
7e0336ba67
|
Added in fast postgres indexed fulltext search option.
|
2011-08-23 17:19:03 +01:00 |
|
Dave Hall
|
81e436bdc3
|
Refactored for new search paradigm
|
2011-08-23 17:12:35 +01:00 |
|
Dave Hall
|
e8d318d5d5
|
Fixing error in live filter searching for string primary keys.
|
2011-08-21 21:18:02 +01:00 |
|
Dave Hall
|
20c073a78d
|
Working on getting unit tests to pass.
|
2011-08-21 19:05:34 +01:00 |
|
Dave Hall
|
39b88fedbd
|
Added in fix for dumb search backend search.
|
2011-08-21 18:42:39 +01:00 |
|
Dave Hall
|
38480627e7
|
Renamed adaptor to adapter. Showing my Brishness there...
|
2011-08-21 18:15:59 +01:00 |
|
Dave Hall
|
9a49a0e8ff
|
Added in logic for performing live filters.
|
2011-08-21 18:14:43 +01:00 |
|
Dave Hall
|
68bc902062
|
Refactoring model exclusion for better compatibility with live filtering.
|
2011-08-21 18:06:41 +01:00 |
|
Dave Hall
|
510e66d03e
|
Added in support for only searching a subset of the registered models.
|
2011-08-21 17:58:41 +01:00 |
|
Dave Hall
|
a0d30230f6
|
Adding in support for updating search indices.
|
2011-08-21 17:50:09 +01:00 |
|
Dave Hall
|
51479a686f
|
Added in postgres search backend implementation.
|
2011-08-21 17:38:04 +01:00 |
|
Dave Hall
|
7507939dd2
|
Basic functionality for searching cross-table.
|
2011-08-21 16:55:37 +01:00 |
|
Dave Hall
|
104b500eb0
|
Working on raw SQL used by dumb search backend.
|
2011-08-21 16:04:34 +01:00 |
|
Dave Hall
|
cba5cbfe08
|
Working on integration with signalling framework.
|
2011-08-21 15:52:24 +01:00 |
|
Dave Hall
|
9c35c88b23
|
Working on search backends and registration logic
|
2011-08-20 18:50:35 +01:00 |
|
Dave Hall
|
3d51ed2221
|
Adding in hooks for performing the search.
|
2011-08-20 18:27:57 +01:00 |
|
Dave Hall
|
e840b03f78
|
Initial import.
|
2011-08-20 18:08:00 +01:00 |
|