Custom Query (2152 matches)
Results (1453 - 1455 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:
|
|||
#541 | fixed | Full-page caching even for logged in users | wwaites | rgrp |
Description |
The simplest way to improve performance on specific pages is to implement full page caching. This, however, has challenges on pages with user-specific content. For example, on CKAN when a user is logged at the top of the page we have "You are logged in as: {username}". Similarly we change the visibility of some material depending on the status of users:
|
|||
#1579 | fixed | Full text search in Webstore | ross | ross |
Description |
We should allow full text search within databases for individual databases, although we may want to wait for any pending ports to postgres. |