Custom Query (2152 matches)
Results (496 - 498 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1709 | fixed | Simple_search fails with all packages | dread | dread |
Description |
The home page always shows the total number of packages as 0, because the query is '*:*' and SQL search doesn't know how to handle it. Also, simple_search configuration is not documented. Also, no tests for sql search. |
|||
#1710 | fixed | 'Announce' email list for thedatahub | dread | dread |
Description |
We want to make email announcements to users of thedatahub.org. The most simple way to do this is to get a dump of the email addresses and subscribe/invite them to a mailman list. Different ways to do it:
Something more advanced in the future could be:
|
|||
#1725 | fixed | Tag autocompletion and commas don't mix | dread | dread |
Description |
If you use tag autocompletion, it automatically adds a comma after the tag. This is fine if you are going to add another tag, but not fine if it is the last one. If you don't manually remove the final comma than you get form validation error "Tag string: Tag "" length is less than minimum 2" Affects only version 1.5.2a. |