Ignore:
Timestamp:
11/30/11 11:46:33 (18 months ago)
Author:
yomguy <yomguy@…>
Branches:
master, crem, crem2, dev, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test, video
Children:
d4c2dd3, 4de535c, b497a41
Parents:
7748c20
git-author:
yomguy <yomguy@…> (11/30/11 11:46:33)
git-committer:
yomguy <yomguy@…> (11/30/11 11:46:33)
Message:

search: add sound filter checkbox (closes #91)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • telemeta/web/base.py

    r71de57c rd38ac1b  
    288288                items.by_publish_year(int(value), int(input.get('pub_year_to', value)))), 
    289289            'pub_year_to': lambda value: (collections, items), 
     290            'sound': lambda value: ( 
     291                collections.sound(), 
     292                items.sound()), 
    290293        } 
    291294        
Note: See TracChangeset for help on using the changeset viewer.