lschule / rssYeah

2 stars 0 forks source link

Query creator #26

Open gaberoo opened 12 years ago

gaberoo commented 12 years ago

When looking at search results, have the option to "search within results". This is in effect a query creator:

  1. Search for "Gabi" ==> query = "Gabi", results = X
  2. Search for "Loic" within X ==> query = "Gabi AND Loic", results = Y
  3. Search for "JL" within Y ==> query = "(Gabi AND Loic) AND JL"
lschule commented 12 years ago

I don't think it's good to integrate that in the search itself. But creating a separate query builder with live result would be awesome