virtualsplit and searchbar vue component, TestSearch Controller and View for Demonstration, minor change to SearchBar Controller to work with posted json

This commit is contained in:
Harald Bamberger
2022-06-24 19:26:37 +02:00
parent 147ab92bae
commit 47f7c03075
18 changed files with 1056 additions and 4 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ class SearchBarLib
/**
*
*/
private function raum($searchstr, $type)
private function _raum($searchstr, $type)
{
return array();
}