Custom Query (2152 matches)
Results (559 - 561 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#884 | fixed | harvest job delete operation | thejimmyg | wwaites |
Description |
implement paster subcommand to delete harvest jobs |
|||
#905 | worksforme | Unable to search with accented characters in package names | thejimmyg | Stiivi |
Description |
I have a package with name: "Štatistické prehľady agendy cestovných pasov" and when I try to search for "Štatistické" there are no results. CKAN setup:
Example: http://verejnedata.sk/package/agenda-cestovnch-pasov try to search for the first word in the package name. |
|||
#906 | fixed | Ability to search without accents for accented words | thejimmyg | Stiivi |
Description |
In Slovakia users are expecting from sites to be able to search without typing accents, for example if they do not have SK keyboard, just US. For example searching for: 'Obyvateľstvo' and 'obyvatelstvo' (population) or 'štatistika' and 'statistika' (statistics) should yield same results. This should work the other way around as well, as some people might enter entries without accents into CKAN instance and others might search with accents. For SK language simple ASCII transliteration for searched term and indexed words is sufficient (iconv ASCIITRANSLIT). |