Custom Query (2152 matches)
Results (424 - 426 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2375 | fixed | Create new base theme | toby | aron.carroll |
Description |
As designed by Sam Smith -> https://okfn.basecamphq.com/projects/9558659-demo-ckan-front-end/ Also to be used as the demo theme although I think they will diverge at some point. At the moment they should be implemented as one and the same. |
|||
#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 |
|||
#2420 | fixed | @depreciated decorator | toby | toby |
Description |
create a depreciated decorator to wrap functions we intend to remove logs a warning maybe check that 'depreciated' is included in the docstring too |