lp:~knitzsche/+junk/first-cat-different

Created by Kyle Nitzsche and last modified
Get this branch:
bzr branch lp:~knitzsche/+junk/first-cat-different
Only Kyle Nitzsche can upload to this branch. If you are Kyle Nitzsche please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Kyle Nitzsche
Status:
Development

Recent revisions

106. By Kyle Nitzsche

first result working for keywords, scopes, and only the actual firstr result gets first result treatment

105. By Kyle Nitzsche

close, but each result is in own category (no shared)

104. By Kyle Nitzsche

keywords that declare first result now use declared first result renderer

103. By Kyle Nitzsche

mid dev commit

102. By Kyle Nitzsche

first result for keywords partially working

101. By Kyle Nitzsche

first result for declared scopes working (key busted). added for declared scopes category_title_use_display_name key

100. By Kyle Nitzsche

mid dev

99. By Kyle Nitzsche

have implemented first_result_template for declared scopes. keyword next up

98. By Kyle Nitzsche

merge branch that allows setting cardinality for specific keyword declarations.
Such keyword-specific cardinalities preempt the general keyword_cardinality setting,
if present.

    "keyword_cardinality": 5,
    "order":
     [
        {
            "keyword":
            {
                "keyword_cardinality": 1,
                "keyword": "headlines",

Note that cardinality for declared scopes is not affected; such
declared scopes use hard coded/default cardinality which is preempted by
scope specific cardinality:

        {
            "scope":
            {
                "id": "com.canonical.scopes.euronews_euronews",
                "local_id": "euronews-headlines",
                "cardinality": 2,

97. By Kyle Nitzsche

fix regression. now if scope is declared, it is not added as a keyword (which means if you declare it as a scope in any department,and you want it in any other department, you need to declare it there.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers