diff --git a/doc/release-notes/9060-7482-make-licenses-searchable-faceatable.md b/doc/release-notes/9060-7482-make-licenses-searchable-faceatable.md new file mode 100644 index 00000000000..7112ef14c0c --- /dev/null +++ b/doc/release-notes/9060-7482-make-licenses-searchable-faceatable.md @@ -0,0 +1,6 @@ +### Search by License + +License facet has been added and will be displayed as long as there is more one license in datasets and datafiles the result page. This facet allow you to filter by license. +Also, Search API does handle license filtering using `fq` parameter, for example : `/api/search?q=*&fq=license%3A%22CC0+1.0%22` for CC0 1.0. See PR #10204 + +