This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am spieden on github. | |
* I am dah (https://keybase.io/dah) on keybase. | |
* I have a public key whose fingerprint is 61B5 E4A4 FA94 DB53 2148 3DF9 913F 314F 39B9 A0AD | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var dubsearch = new function() { | |
var facets = ["artists", "genres", "show_year"]; | |
var content = ["title", "featured_image", "post_date", "post_name"]; | |
var resultsSelector = ".search-results"; | |
var pageSize = 16; | |
var facetToModel = { | |
"artists": "artists", | |
"show_year": "showYears", | |
"genres": "genres" |
NewerOlder