Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Add a search field to the BugsGrid. #12

Closed
lmacken opened this issue Feb 20, 2013 · 5 comments
Closed

Add a search field to the BugsGrid. #12

lmacken opened this issue Feb 20, 2013 · 5 comments

Comments

@ralphbean
Copy link
Contributor

Will we need a second xapian database for indexing bugs? (I think we will).

@lmacken
Copy link
Contributor Author

lmacken commented Feb 22, 2013

I was thinking it could possibly be done in two ways…

• Add a method to the BugzillaConnector and modify the Grid widget to add a custom filter field
• Try and do it purely in JavaScript. Basically do the 'Show all bugs' query, and then only show bugs that match the filter

Didn't think about a second xapian db, but that would probably work too.

@ralphbean
Copy link
Contributor

Well, a second xapian DB is nice because it would significantly speed up queries. Queries to existing RHBZ are slow.

I vote we put this ticket on hold indefinitely until the broader RHBZ issue for Fedora is resolved.

@ralphbean
Copy link
Contributor

Hm, just a thought. We could achieve this with a "quick hack" just by creating a search field that redirects the user to bz.rh.com when they hit "submit". 📉

@lmacken
Copy link
Contributor Author

lmacken commented Mar 10, 2014

WFM :squirrel:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants