Skip to content
Discussion options

You must be logged in to vote

Hi, not sure how you made your configuration but check in the admin console http://localhost:8080/geonetwork/srv/eng/admin.console#/settings/ui that you've a configuration with vega enabled

and add an additional facet configuration eg.

{
  "cl_status.key": {
    "terms": {
      "field": "cl_status.key",
      "size": 10
    },
    "meta": {
      "vega": "arc"
    }
  },
  "resourceType": {

Then you should get

The JSON configuration would be:

{
  "mods": {
    "search": {
      "isVegaEnabled": true,
      "facetConfig": {
        "cl_status.key": {
          "terms": {
            "field": "cl_status.key",
            "size": 10
          },
          "meta": {
            "vega": "arc"

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by vagvaf
Comment options

You must be logged in to vote
2 replies
@fxprunayre
Comment options

@vagvaf
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants