Ticket #1140 (new defect) — at Version 1
Adding the package to the group is not search indexed
Reported by: | dread | Owned by: | dread |
---|---|---|---|
Priority: | major | Milestone: | ckan-v1.5 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description (last modified by dread) (diff)
To reproduce:
- paster db init
- paster create-test-data
- In Web UI: create new group 'tilo', which includes package 'annakarenina'
- curl http://localhost:5000/api/search/package?groups=tilo results in 0 results (WRONG)
- paster search-index rebuild
- curl http://localhost:5000/api/search/package?groups=tilo results in 1 result
Note: See
TracTickets for help on using
tickets.