Project

Profile

Help

Story #5075

closed

As a user, I can have fulltext search on CollectionVersion with the 'q' parameter

Added by bmbouter almost 5 years ago. Updated over 3 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Sprint/Milestone:
-
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

Copied to Ansible Plugin - Test #5257: Test - As a user, I can have fulltext search on CollectionVersion with the 'q' parameterCLOSED - WONTFIXActions
Actions #1

Updated by bmbouter almost 5 years ago

  • Project changed from Pulp to Ansible Plugin
Actions #2

Updated by daviddavis almost 5 years ago

  • Groomed changed from No to Yes
  • Sprint Candidate changed from No to Yes
Actions #3

Updated by bmbouter almost 5 years ago

  • Status changed from NEW to ASSIGNED
  • Assignee set to bmbouter
  • Sprint set to Sprint 55

Taking as assigned to unblock Galaxy dev.

Actions #4

Updated by bmbouter almost 5 years ago

  • Status changed from ASSIGNED to POST
Actions #5

Updated by dkliban@redhat.com almost 5 years ago

  • Sprint changed from Sprint 55 to Sprint 56

Added by bmbouter over 4 years ago

Revision 32f00b07 | View on GitHub

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:

  • Namespace name (weight A)
  • Collection name (weight A)
  • Collection tags (weight B)
  • Collection content names (weight C)
  • Collection description (weight D)

https://pulp.plan.io/issues/5075 closes #5075

Actions #6

Updated by bmbouter over 4 years ago

  • Status changed from POST to MODIFIED
  • % Done changed from 0 to 100
Actions #7

Updated by kersom over 4 years ago

  • Copied to Test #5257: Test - As a user, I can have fulltext search on CollectionVersion with the 'q' parameter added
Actions #8

Updated by bmbouter over 3 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF