Add default_query_string for declared scopes
Bug #1473080 reported by
Kyle Nitzsche
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
scope-aggregator |
Fix Released
|
High
|
Kyle Nitzsche |
Bug Description
A proposal is to support a declared default_
"scope":
{
...
}
The query string would always be passed to the child unless the user has entered an actual query.
This would enable getting desired results from child scopes that do not support the current mechanisms (child_category, child_department, and keywords).
Related branches
tags: | added: feature |
Changed in scope-aggregator: | |
status: | New → In Progress |
assignee: | nobody → Kyle Nitzsche (knitzsche) |
importance: | Undecided → High |
To post a comment you must log in.
implemented with 1.5.19
see bzr log for details, but here's a sample declaration:
"category" :
"id": "cinema",
"_category_ title": "Cinema",
"department" : "dept-movies",
"local_ id": "cinema-movie",
"renderer_ common_ id": "videofeed",
"scopes" :
[
{
"id": "com.ubuntu. fake_cinema" ,
"local_ id": "cinema-1",
"default_ query_string" : "india"
},
{
"id": "com.ubuntu. fake_cinema" ,
"local_ id": "cinema-2",
"default_ query_string" : "bollywood"
}
{
}
}