Improve search results ranking
commita772260c523f0f47a65ab83810c5ba776bbc8e51
authorStefan Kögl <stefan@skoegl.net>
Sun, 27 Oct 2013 06:55:26 +0000 (27 07:55 +0100)
committerStefan Kögl <stefan@skoegl.net>
Sun, 27 Oct 2013 06:55:26 +0000 (27 07:55 +0100)
treed75ae7498d1454a24f0edb445e61b88ba93cd699
parent250c70c75ae126600c4fa0394d0f3a0c4f31eace
Improve search results ranking

Documents are "boosted" according to their number of subscribers. Matches in
titles score higher than "just" on description. Match on title beats match just
on description w/ high number of subscribers.
couchdb/general/_design/podcasts/fulltext/search/index.js
mygpo/db/couchdb/__init__.py
mygpo/db/couchdb/podcast.py
mygpo/db/couchdb/tests.py [new file with mode: 0644]