diff options
-rw-r--r-- | TODO | 5 | ||||
-rw-r--r-- | lib/index.rb | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -0,0 +1,5 @@ +- Fulltext search +- Private access to non-public lists/aliases +- Statistics of lists (per-month/per-year) + - top posters + - top threads diff --git a/lib/index.rb b/lib/index.rb index 3cc7537..328b74b 100644 --- a/lib/index.rb +++ b/lib/index.rb @@ -148,4 +148,4 @@ def get_child_data(list, parent_id) else return children['hits']['hits'] end -end
\ No newline at end of file +end |