Custom Query (2152 matches)
Results (583 - 585 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#184 | fixed | Stats page | dread | rgrp |
Description |
Create /stats/ page displaying main statistics, e.g:
Related to ticket:181 - Stats side-bar Details
|
|||
#186 | duplicate | Automated upload to archive.org s3 | rgrp | rgrp |
Description |
(Follows on from ticket:107). We want to provide facility for users to automatically upload material.
|
|||
#187 | fixed | Full-text search | rgrp | rgrp |
Description |
Standard search should search notes field in addition to name, title and tags (discussed in ticket:108 but not done). For this to work we need proper text search since o/w we get poor ordering and lots of bad results. If we do this we need:
Easiest way to do this is to use existing facilities in dbs e.g. postgres has full text support since 8.3: http://www.postgresql.org/docs/8.3/static/textsearch.html Using this with sqlalchemy: http://lowmanio.co.uk/blog/entries/postgresql-full-text-search-and-sqlalchemy/ Issues with fulltext search:
|