Fixed sorting of threads by ChoD
This commit is contained in:
parent
f707aee386
commit
6df7eedc78
2 changed files with 3 additions and 3 deletions
|
@ -59,10 +59,10 @@ This is an experimental project. There are several limitations:
|
|||
|
||||
** Feature set
|
||||
|
||||
- Planned/finnished features [7%]
|
||||
- Planned/finnished features [15%]
|
||||
- [X] [DONE] Super basic features done (feed, query, repeat)
|
||||
- [X] Have proper sorting - The most likely to die threads first
|
||||
- [ ] No params request should redirect to url generator or (for now) documentation
|
||||
- [ ] Have proper sorting - The most likely to die threads first (stačí dát reverse u posledního vstupu filtru?)
|
||||
- [ ] Config file instead of hardcoding config values
|
||||
- [ ] Include time of latest data fetch
|
||||
- [ ] Make threads have preview images taken from the actuall thread OP
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
(s/includes? title querry))
|
||||
query-vec)
|
||||
t)))
|
||||
needed-cache-part)]
|
||||
(reverse needed-cache-part))]
|
||||
;; Finally generate and append GUIDs
|
||||
(map guid-fn actuall-matches)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue