Description of problem: The advanced Activity query lets you query against System/Name and Distro/Name but it never joins these together so you end up taking down the DB server. Version-Release number of selected component (if applicable): 0.8.2 How reproducible: Everytime Steps to Reproduce: 1. Select Distro/Name from Advanced query 2. Add another search item 3. Select System/Name from Advanced query 4. Fill in any values for these two 5. Execute Actual results: DB will spin and churn and probably crash. :-)
I'm trying to figure out how searching for both of these things makes sense. Normally our search bar works by having each subsequent condition having an AND operation to the previous condition, the resulting data of each condition being a subset of the data of the previous condition. However in this case the data that System/Name filters on is unrelated to the Distro/Name data. Unless I'm missing something, perhaps this page should be removed as part of 813118
The user was trying to find activity for a system running distro. You can see how the current search bar is confusing and would lead the user to think they could do that search.
This possibility has been removed in 813118 *** This bug has been marked as a duplicate of bug 813118 ***