4
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 19, 2024 — Jul 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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.
daniellindsley
as Daniel Lindsley
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.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
More tests on models() support.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
More tests on models() support.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Pulled schema building out into the site to leverage across backends.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Pulled schema building out into the site to leverage across backends.
daniellindsley
as Daniel Lindsley
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.
daniellindsley
as Daniel Lindsley
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.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Missed a spot when fixing SearchSites.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Missed a spot when fixing SearchSites.
daniellindsley
as Daniel Lindsley
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.
daniellindsley
as Daniel Lindsley
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.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
More documentation. Started docs on SearchQuery.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
More documentation. Started docs on SearchQuery.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Further fleshed out SearchQuerySet documentation.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Further fleshed out SearchQuerySet documentation.
daniellindsley
as Daniel Lindsley
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.
daniellindsley
as Daniel Lindsley
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.
daniellindsley
as Daniel Lindsley
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.
daniellindsley
as Daniel Lindsley
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.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Fleshed out a portion of the SearchQuerySet documentation.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Fleshed out a portion of the SearchQuerySet documentation.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
SearchQuerySet.auto_query now supports internal quoting for exact matches.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
SearchQuerySet.auto_query now supports internal quoting for exact matches.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Fixed semi-serious issue with SearchQuery objects, causing bits to leak from one query to the next when cloning.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Fixed semi-serious issue with SearchQuery objects, causing bits to leak from one query to the next when cloning.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Altered Solr port for testing purposes.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Altered Solr port for testing purposes.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Now that Solr and core feature set are solid, moved haystack into beta status.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Now that Solr and core feature set are solid, moved haystack into beta status.
daniellindsley
as Daniel Lindsley
More... over 16 years ago