Story #5075
As a user, I can have fulltext search on CollectionVersion with the 'q' parameter
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 56
Quarter:
Description
A fulltext search should be added using examples here: https://github.com/abarto/full_text_search_drf
Related issues
Associated revisions
History
#1
Updated by bmbouter over 1 year ago
- Project changed from Pulp to Ansible Plugin
#2
Updated by daviddavis over 1 year ago
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
#3
Updated by bmbouter over 1 year ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
- Sprint set to Sprint 55
Taking as assigned to unblock Galaxy dev.
#4
Updated by bmbouter over 1 year ago
- Status changed from ASSIGNED to POST
PR available at: https://github.com/pulp/pulp_ansible/pull/131
#5
Updated by dkliban@redhat.com over 1 year ago
- Sprint changed from Sprint 55 to Sprint 56
#6
Updated by bmbouter over 1 year ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp_ansible|32f00b078fca7503803169d79445baca5c235230.
#7
Updated by kersom over 1 year ago
- Copied to Test #5257: Test - As a user, I can have fulltext search on CollectionVersion with the 'q' parameter added
Please register to edit this issue
Add full-text search to Collection filterset
With this the user can submit their full-text querystring as the 'q' parameter. The results are rank sorted. It provides a weighted result with the following weights:
https://pulp.plan.io/issues/5075 closes #5075