Merge lp:~gary-wzl77/scope-aggregator/force_display_results into lp:scope-aggregator
Proposed by
Gary.Wang
Status: | Rejected |
---|---|
Rejected by: | Yuan-Chen Cheng |
Proposed branch: | lp:~gary-wzl77/scope-aggregator/force_display_results |
Merge into: | lp:scope-aggregator |
Diff against target: |
34 lines (+3/-2) 3 files modified
CMakeLists.txt (+1/-1) README.md (+1/-0) src/query.cpp (+1/-1) |
To merge this branch: | bzr merge lp:~gary-wzl77/scope-aggregator/force_display_results |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Kyle Nitzsche | Needs Fixing | ||
Review via email:
|
Commit message
If only_in_search property of scope is set to true, aggregator will display the scope's results on search no matter if the scope is enabled or disabled in settings page.
Description of the change
If only_in_search property of scope is set to true, aggregator will display the scope's results on search no matter if the scope is enabled or disabled in settings page.
To post a comment you must log in.
Hi Gary,
I am not sure I am comfortable showing results from child scopes where the user has disabled that child scope in settings. Can you please explain the rationale for this?