Fixed a potential race condition. Also, since there's no way to tell when everything is ready to go in Django, adding an explicit call to SearchQuerySet's __init__ to force the site to load if it hasn't already. |
|
More...
|
over 16 years ago
|
Fixed a potential race condition. Also, since there's no way to tell when everything is ready to go in Django, adding an explicit call to SearchQuerySet's __init__ to force the site to load if it hasn't already. |
|
More...
|
over 16 years ago
|
More tests on models() support. |
|
More...
|
over 16 years ago
|
More tests on models() support. |
|
More...
|
over 16 years ago
|
Pulled schema building out into the site to leverage across backends. |
|
More...
|
over 16 years ago
|
Pulled schema building out into the site to leverage across backends. |
|
More...
|
over 16 years ago
|
Altered backend loading for consistency with Django and fixed the long-incorrect-for-non-obvious-and-tedious-reasons version number. Still beta but hopefully that changes soon. |
|
More...
|
over 16 years ago
|
Altered backend loading for consistency with Django and fixed the long-incorrect-for-non-obvious-and-tedious-reasons version number. Still beta but hopefully that changes soon. |
|
More...
|
over 16 years ago
|
Missed a spot when fixing SearchSites. |
|
More...
|
over 16 years ago
|
Missed a spot when fixing SearchSites. |
|
More...
|
over 16 years ago
|
BACKWARD INCOMPATIBLE - Created a class name conflict during the last change (double use of ``SearchIndex``). Renamed original ``SearchIndex`` to ``SearchSite``, which is slightly more correct anyhow. |
|
More...
|
over 16 years ago
|
BACKWARD INCOMPATIBLE - Created a class name conflict during the last change (double use of ``SearchIndex``). Renamed original ``SearchIndex`` to ``SearchSite``, which is slightly more correct anyhow. |
|
More...
|
over 16 years ago
|
More documentation. Started docs on SearchQuery. |
|
More...
|
over 16 years ago
|
More documentation. Started docs on SearchQuery. |
|
More...
|
over 16 years ago
|
Further fleshed out SearchQuerySet documentation. |
|
More...
|
over 16 years ago
|
Further fleshed out SearchQuerySet documentation. |
|
More...
|
over 16 years ago
|
BACKWARD INCOMPATIBLE (2 of 2) - Altered autodiscover to search for 'search_indexes.py' instead of 'indexes.py' to prevent collisions and be more descriptive. |
|
More...
|
over 16 years ago
|
BACKWARD INCOMPATIBLE (2 of 2) - Altered autodiscover to search for 'search_indexes.py' instead of 'indexes.py' to prevent collisions and be more descriptive. |
|
More...
|
over 16 years ago
|
BACKWARD INCOMPATIBLE (1 of 2) - The ModelIndex class has been renamed to be SearchIndex to make room for future improvements. |
|
More...
|
over 16 years ago
|
BACKWARD INCOMPATIBLE (1 of 2) - The ModelIndex class has been renamed to be SearchIndex to make room for future improvements. |
|
More...
|
over 16 years ago
|
Fleshed out a portion of the SearchQuerySet documentation. |
|
More...
|
over 16 years ago
|
Fleshed out a portion of the SearchQuerySet documentation. |
|
More...
|
over 16 years ago
|
SearchQuerySet.auto_query now supports internal quoting for exact matches. |
|
More...
|
over 16 years ago
|
SearchQuerySet.auto_query now supports internal quoting for exact matches. |
|
More...
|
over 16 years ago
|
Fixed semi-serious issue with SearchQuery objects, causing bits to leak from one query to the next when cloning. |
|
More...
|
over 16 years ago
|
Fixed semi-serious issue with SearchQuery objects, causing bits to leak from one query to the next when cloning. |
|
More...
|
over 16 years ago
|
Altered Solr port for testing purposes. |
|
More...
|
over 16 years ago
|
Altered Solr port for testing purposes. |
|
More...
|
over 16 years ago
|
Now that Solr and core feature set are solid, moved haystack into beta status. |
|
More...
|
over 16 years ago
|
Now that Solr and core feature set are solid, moved haystack into beta status. |
|
More...
|
over 16 years ago
|