- 'xsltfile' => "public/solr.xslt"

- search_style.css
- vuejs based solr search
- vuejs facets
This commit is contained in:
Arno Kaimbacher 2019-10-03 18:54:05 +02:00
parent eb4d35ddc1
commit dd2ad2d898
16 changed files with 316 additions and 110 deletions

View file

@ -2,6 +2,6 @@ import Vue from 'vue';
import App from './App.vue';
new Vue({
el: '#search-input',
el: '#test',
render: h => h(App)
});