Implement podcast indexing, improve searching
commitf3def760eaddf33ae53502d089ca52dfe731308e
authorStefan Kögl <stefan@skoegl.net>
Sat, 22 Jul 2017 10:38:48 +0000 (22 12:38 +0200)
committerStefan Kögl <stefan@skoegl.net>
Sat, 22 Jul 2017 10:38:48 +0000 (22 12:38 +0200)
treee2bb976211e2c7c7486fb40f1e67a7280431a594
parentdcfa1564a4fae3590cd09712372dc8241e969c2a
Implement podcast indexing, improve searching
mygpo/data/feeddownloader.py
mygpo/podcasts/migrations/0038_podcast_search_vector.py
mygpo/podcasts/migrations/0039_podcast_search_index_uptodate.py [new file with mode: 0644]
mygpo/podcasts/models.py
mygpo/search/__init__.py
mygpo/search/index.py
mygpo/search/tasks.py [new file with mode: 0644]
mygpo/search/tests.py