Custom Query (2152 matches)
Results (463 - 465 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1683 | fixed | Dataset search results - last item out of order | dread | dread |
Description |
On each page of package search results, all the items are neatly sorted apart from the last item of the page. SOLR gets the sorting of the results incorrect. This is a known issue: https://issues.apache.org/jira/browse/SOLR-1777 affecting SOLR 1.4 only (which comes with Ubuntu 10.04) It is highlighted in CKAN test ckan/tests/functional/test_pagination.py:TestPaginationPackage of commit 39096ed54bda86d043521b08b2e14fc5e283a0ff which fails most of the time it is run (passes intermittently). |
|||
#2490 | fixed | Dataset term translation isn't working on user pages, ckanext/multilingual test failing | seanh | seanh |
#2879 | wontfix | Datasets (Package) should have a 'public' field | ross | ross |
Description |
The Package model should have a boolean field added to it describing its visibility beyond that supplied via auth. The related permission for viewing packages where public is set to False would be package.view (show, whatever), and *never* visible for unauthenticated users. |