# /home/liby4497/public_html/schoolintslims.libunsoed.site/lib/SearchEngine/DefaultEngine.php:677^ "Engine ⚙️ : SLiMS\SearchEngine\DefaultEngine"
^ "SQL ⚒️"
^ array:2 [ "count" => "select count(distinct b.biblio_id) from biblio as b left join mst_publisher as mp on b.publisher_id=mp.publisher_id left join mst_place as mpl on b.publish_place_id=mpl.place_id left join item as i on b.biblio_id=i.biblio_id left join mst_library as lib on i.library_id=lib.library_id AND lib.is_active = 1 where b.opac_hide=0 AND (lib.is_active = 1 OR i.library_id IS NULL) and (b.call_number like ?) group by b.biblio_id" "query" => "select distinct b.biblio_id, b.title, b.image, b.isbn_issn, b.publish_year, mp.publisher_name as `publisher`, mpl.place_name as `publish_place`, b.labels, b.input_date, GROUP_CONCAT(DISTINCT lib.library_name SEPARATOR ', ') as library_name, b.edition, b.collation, b.series_title, b.call_number from biblio as b left join mst_publisher as mp on b.publisher_id=mp.publisher_id left join mst_place as mpl on b.publish_place_id=mpl.place_id left join item as i on b.biblio_id=i.biblio_id left join mst_library as lib on i.library_id=lib.library_id AND lib.is_active = 1 where b.opac_hide=0 AND (lib.is_active = 1 OR i.library_id IS NULL) and (b.call_number like ?) group by b.biblio_id order by b.last_update desc limit 10 offset 0" ]
^ "Bind Value ⚒️"
^ array:1 [ 0 => "6%" ]