Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
304 B

{
"sEcho": [% sEcho | html %],
"iTotalRecords": [% total_rows | html %],
"iTotalDisplayRecords": [% total_rows | html %],
"aaData": [
[%- FOREACH item IN results -%]
[%- INCLUDE 'catalogue/itemsearch_item.json.inc' item = item -%]
[%- UNLESS loop.last %],[% END -%]
[%- END -%]
]
}