mirror of
https://github.com/stevenferrer/multi-select-facet.git
synced 2025-11-23 21:54:45 +02:00
dependabot/npm_and_yarn/webapp/http-cache-semantics-4.1.1
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Multi-Select Facet Example
An example of multi-select facet using Solr, Vue and Go.
Blog post: Multi-Select Facet with Solr, Vue and Go
Running the example
- Run Solr using podman.
$ make start-solr
Or using docker.
$ PODMAN=docker make start-solr
- Run the API
// build the api
$ go build -v -o api
// start the api with the initialization options
$ ./api -create-collection -init-schema -index-data -init-suggester
- Run the web app (open a new terminal tab)
// cd to web app folder
$ cd webapp
// install dependencies
$ yarn // or npm install
// start the web app
$ yarn serve // or npm run serve
- Open http://localhost:8080 in your browser and start playing with it!
Contributing
Feel free to improve this project by make a pull-request or opening an issue.
License
MIT
Languages
Go
63.2%
Vue
30.6%
HTML
3%
JavaScript
1.6%
Makefile
1.6%
