Custom Query (2152 matches)
Results (724 - 726 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1250 | fixed | Search results should be sorted by score rather than alphabetical | pudo | rgrp |
Description |
At the moment we sort search results alphabetically. While this is useful for doing 'browse' case where no search bad for all other cases. Adopt default sort order of 'score' though may wish to keep alphabetical for no search term (i.e. wildcard). Options:
Aside: may also wish to support search in query api but that is for later! |
|||
#1246 | fixed | Search results on ckan.net are mistakenly all 'open' | pudo | adrian.pohl@… |
Description |
All package search results on ckan.net are labelled as 'open' even when their license is closed or unknown: http://ckan.net/package |
|||
#931 | fixed | Search results generator hides paging functionality | dread | dread |
Description |
ckanclient's search results list only packages up to the 'limit'. It would be good to return a generator instead of a list. When the limit is reached on the generator then another 'page' is loaded automatically. |