
Security News
Django Joins curl in Pushing Back on AI Slop Security Reports
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
github.com/stevenferrer/multi-select-facet
An example of multi-select facet using Solr, Vue and Go.
Blog post: Multi-Select Facet with Solr, Vue and Go
$ make start-solr
Or using docker
.
$ PODMAN=docker make start-solr
// build the api
$ go build -v -o api
// start the api with the initialization options
$ ./api -create-collection -init-schema -index-data -init-suggester
// cd to web app folder
$ cd webapp
// install dependencies
$ yarn // or npm install
// start the web app
$ yarn serve // or npm run serve
Feel free to improve this project by make a pull-request or opening an issue.
MIT
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.