Custom Query (2152 matches)
Results (1459 - 1461 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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:
|
|||
#188 | duplicate | Improve package listing views | rgrp | rgrp |
Description |
Propose change to tabular-like format showing these attributes (perhaps should be configurable?)
Cost: 4h |
|||
#195 | fixed | Association listings should be alphabetically sorted (e.g. a group's packages) | rgrp | rgrp |
Description |
Where an item has an association listing (e.g. package's tags or group's packages) these should be sorted in a sensible way. For present choose to sort alphabetically by name. Cost: 2h |