Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (724 - 726 of 2152)

Ticket Resolution Summary Owner Reporter
#1250 fixed Search results should be sorted by score rather than alphabetical pudo rgrp

Reported by rgrp, 3 years ago.

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:

  • Default this in solr (no need to touch code) but fragile and affects everything ...
  • Do it in code and default to score
  • Do it in code and have alphabetical (on name or title?) when no criteria otherwise score

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@…

Reported by adrian.pohl@…, 3 years ago.

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

Reported by dread, 3 years ago.

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.

Note: See TracQuery for help on using queries.