mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
set limit of typeahead search to 15
This commit is contained in:
parent
d35cf5d9f6
commit
1ec7715b26
|
@ -99,7 +99,7 @@ function initMost() {
|
|||
// $.get('../restapi/index.php/search', { query: query, limit: 8, mode: 'typeahead' }, function(data) {
|
||||
var data = {
|
||||
query: query,
|
||||
limit: 18,
|
||||
limit: 15,
|
||||
// fullsearch: 1,
|
||||
// creationdate: 1,
|
||||
// createstart: d.toISOString().split('T')[0],
|
||||
|
|
|
@ -104,7 +104,7 @@ function initMost() {
|
|||
// $.get('../restapi/index.php/search', { query: query, limit: 8, mode: 'typeahead' }, function(data) {
|
||||
var data = {
|
||||
query: query,
|
||||
limit: 18,
|
||||
limit: 15,
|
||||
// fullsearch: 1,
|
||||
// creationdate: 1,
|
||||
// createstart: d.toISOString().split('T')[0],
|
||||
|
|
Loading…
Reference in New Issue
Block a user