]> git.uio.no Git - u/erikhf/frm.git/blobdiff - src/components/search/livesearch.ts
Added a beatiful design to the sidebar
[u/erikhf/frm.git] / src / components / search / livesearch.ts
index e514449a9216eeed9ba2fe7fe38307b21c8dfdd5..941c6f2b8db5a898e3712c35b630b9217a850f70 100644 (file)
@@ -34,8 +34,7 @@ export class LiveSearch {
             .do(zone.bind(() => this.loading.next(false)))
             .subscribe(
                 zone.bind(orgunits => {
-                    //this.filterUnits(orgunits)
-                    this.results.next(orgunits/*this.filterUnits(orgunits)*/);
+                    this.results.next(orgunits);
                 }),
                 zone.bind(err => {
                     console.log(err);