Ticket #1140 (new defect) — at Version 1

Opened 3 years ago

Last modified 3 years ago

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:

  1. paster db init
  2. paster create-test-data
  3. In Web UI: create new group 'tilo', which includes package 'annakarenina'
  4. curl http://localhost:5000/api/search/package?groups=tilo results in 0 results (WRONG)
  5. paster search-index rebuild
  6. curl http://localhost:5000/api/search/package?groups=tilo results in 1 result

Change History

comment:1 Changed 3 years ago by dread

  • Description modified (diff)
Note: See TracTickets for help on using tickets.