forked from 0x2620/pandora
fulltext search in pages
This commit is contained in:
parent
cc2b60453b
commit
950bec609d
13 changed files with 608 additions and 22 deletions
|
|
@ -399,13 +399,14 @@ pandora.URL = (function() {
|
|||
|
||||
// Documents
|
||||
views['documents'] = {
|
||||
list: ['grid', 'list'],
|
||||
list: ['grid', 'list', 'pages'],
|
||||
item: ['view', 'info']
|
||||
};
|
||||
sortKeys['documents'] = {
|
||||
list: {
|
||||
list: pandora.site.documentKeys,
|
||||
grid: pandora.site.documentKeys
|
||||
grid: pandora.site.documentKeys,
|
||||
pages: pandora.site.documentKeys
|
||||
},
|
||||
item: {}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue