Ticket #79 (closed enhancement: fixed)
Improvements to package search
Reported by: | rgrp | Owned by: | dread |
---|---|---|---|
Priority: | minor | Milestone: | v0.10 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ||
Theme: |
Description (last modified by dread) (diff)
Several things:
- Default package search (used e.g. on front page) should deal well with multiple items: "abc xyz" means search for both abc and xyz (as separate searches)
- Should automatically display a list of matching tags in a line at top with number of associated packages
- have an option to only search for fully open material (or openly licensed material ...)
Since we should be moving to a more sophisticated search solution anyway (to allow prioritisation etc) maybe we should cautious as to what we do now.
Change History
comment:2 Changed 5 years ago by dread
Search: geo landsat
Gives: 3 tags found: geo (1), geo-somthing (12), landsat (4) 11 packages found: (usual results)
comment:3 Changed 5 years ago by dread
- Owner changed from rgrp to dread
- Description modified (diff)
[x] only open packages [x] only downloadable packages
open licenses start with 'OKD compliant' or 'OSI compliant' (same test as isopen). See model/core.py
comment:4 Changed 5 years ago by dread
- Status changed from new to closed
- Resolution set to fixed
All done in changeset:6155a424e775 Now gives tags results. All words in query are searched for independently unless you enclose them in "quote marks". Options for filtering by openness/downloadable.
comment:5 Changed 5 years ago by dread
Also changeset:856047aa2ea6 (forgot to add a couple of files)