Custom Query (2152 matches)
Results (94 - 96 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2417 | fixed | Clean up output for dataset search results | toby | aron.carroll |
Description |
Currently due to the data structure the search result filters are output incorrectly. Repeating the facet with each tag. See http://s031.okserver.org:2375/dataset?tags=fibre&tags=terrestrial&q=Africa It outputs: Tags: fibre Tags: terrestrial It should be: Tags: fibre terrestrial |
|||
#2418 | fixed | Facets disappear once selected | aron.carroll | aron.carroll |
Description |
Currently facets in the new demo site disappear from the sidebar once they are selected. http://s031.okserver.org:2375/dataset?tags=fibre&tags=terrestrial&q=Africa Instead they should be marked with an "active" class and clicking the link should remove the filter in the same way as clicking the cross in a token below the search field works. |
|||
#2419 | fixed | Add dataset form needs hooking up to action/controller | aron.carroll | aron.carroll |
Description |
Currently for some reason I'm not getting the errors/data dict in the package/new.html template. |