1
0
mirror of https://github.com/stevenferrer/multi-select-facet.git synced 2025-11-23 21:54:45 +02:00
Go to file
dependabot[bot] a358d523eb Bump decode-uri-component from 0.2.0 to 0.2.2 in /webapp
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 11:19:22 +00:00
2021-02-10 09:52:07 +08:00
2021-02-10 09:52:07 +08:00
2021-11-04 09:05:29 +08:00
2021-11-04 09:03:25 +08:00
2020-06-08 23:24:42 +08:00
2021-11-04 09:03:25 +08:00
2021-02-10 16:27:25 +08:00
2021-11-04 09:05:29 +08:00
2020-10-19 18:35:21 +08:00

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

screenshot

Running the example

  1. Run Solr using podman.
$ make start-solr

Or using docker.

$ PODMAN=docker make start-solr
  1. 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
  1. 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
  1. 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

Description
Languages
Go 63.2%
Vue 30.6%
HTML 3%
JavaScript 1.6%
Makefile 1.6%