Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
go
go
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • SRCT
  • gogo
  • Issues
  • #161

Closed
Open
Opened Sep 19, 2017 by Daniel W Bond@dbond2Developer

Search functionality on /myLinks

Summary

If I have a lot of links and I wish to search for one, there's not really a lot to go by without remembering either the shortlink or something in the url. (And if I remembered either of those things I'd probably not need to do a search.)

Helpful Links

  • Modify the URL model to include a title charfield and a summary textfield. (at the very least... include more at your discretion)
  • We don't want users to wait for the requests for this information to be pulled from the site, so either implement it in js to fill user-hidden fields to run as the user is filling out the other parts of the link form, or write it to run in the after the object creation save and redirect. (Do the first one instead of dealing with asynch stuff.)

I realized that you'd necessarily also need to create a search page-- check out the documentation here https://django-haystack.readthedocs.io/en/master/ and the implementation in roomlist for more information.

Edited Jul 14, 2019 by Zac Wood
Assignee
Assign to
3.0 - Go Forward (MVP)
Milestone
3.0 - Go Forward (MVP)
Assign milestone
Time tracking
None
Due date
None
Reference: srct/go#161