Custom Query (2152 matches)
Results (589 - 591 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#904 | fixed | Review CKAN documentation | rgrp | Stiivi |
Description |
What's bad at the moment?
Sources:
Resulting meta-ticket with things to do: ticket:927 |
|||
#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). |
|||
#907 | fixed | Data previews: preview package resource data in the WUI | rgrp | |
Description |
As a user I want to preview a dataset ('resource') before downloading it. ImplementationThis will be implemented as an Extension NB: This ticket requires a way to get data out of a remote url (the dataset). We do not want to put this data load/streaming into ckan core due to a) complexity b) load problems (do not want to take ckan out by accidentally pulling in a 1GB file)
|