mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-02-02 06:38:42 -05:00
30c2f50e0b
Using unfiltered detailed counts (local and remote entries found before doubles detection and before applying query modifiers) was confusing and inconsistent with the total count. It could let think more results are to come in the next pages, without understanding why they are not displayed.
14 lines
413 B
JSON
14 lines
413 B
JSON
{
|
|
"offset": "#[offset]#",
|
|
"itemscount": "#[itemscount]#",
|
|
"itemsperpage": "#[itemsperpage]#",
|
|
"totalcount": "#[totalcount]#",
|
|
"localResourceSize": "#[localResourceSize]#",
|
|
"localIndexCount": "#[localIndexCount]#",
|
|
"remoteResourceSize": "#[remoteResourceSize]#",
|
|
"remoteIndexCount": "#[remoteIndexCount]#",
|
|
"remotePeerCount": "#[remotePeerCount]#",
|
|
"navurlBase": "#[navurlBase]#",
|
|
"feedRunning": #[feedRunning]#
|
|
}
|