forked from django-haystack/django-haystack
-
Notifications
You must be signed in to change notification settings - Fork 1
/
AUTHORS
41 lines (38 loc) · 2.19 KB
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Primary Authors:
* Daniel Lindsley
* Matt Croydon (some documentation, sanity checks and the sweet name)
* Travis Cline (the original SQ implementation, improvements to ModelSearchIndex)
* David Sauve (notanumber) for the Xapian backend, the simple backend and various patches.
Thanks to
* Jacob Kaplan-Moss & Joseph Kocherhans for the original implementation of
djangosearch, of which portions were used, as well as basic API feedback.
* Christian Metts for designing the logo and building a better site.
* Nathan Borror for testing and advanced form usage.
* Malcolm Tredinnick for API feedback.
* Mediaphormedia for funding the development on More Like This and faceting.
* Travis Cline for API feedback, Git help and improvements to the reindex command.
* Brian Rosner for various patches.
* Richard Boulton for feedback and suggestions.
* Cyberdelia for feedback and patches.
* Jannis Leidel for consistently "walking behind the elephant" and cleaning up the setup.py.
* Ask Solem for for patching the setup.py.
* Ben Spaulding for feedback and documentation patches.
* smulloni for various patches.
* JoeGermuska for various patches.
* SmileyChris for various patches.
* sk1p for various patches.
* Ryszard Szopa (ryszard) for various patches.
* Patryk Zawadzki (patrys) for various patches and feedback.
* Frank Wiles for documentation patches.
* Chris Adams (acdha) for various patches.
* Kyle MacFarlane for various patches.
* Alex Gaynor (alex) for help with handling deferred models with More Like This.
* RobertGawron for a patch to the Highlighter.
* Simon Willison (simonw) for various proposals and patches.
* Ben Firshman (bfirsh) for faceting improvements and suggestions.
* Peter Bengtsson for a patch regarding passing a customized site.
* Sam Bull (osirius) for a patch regarding initial data on SearchForms.
* slai for a patch regarding Whoosh and fetching all documents of a certain model type.
* alanwj for a patch regarding Whoosh and empty MultiValueFields.
* alanzoppa for a patch regarding highlighting.
* piquadrat for a patch regarding the more_like_this template tag.