Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No sites for tabular view within isotope domain #116

Open
johanvonboer opened this issue Mar 18, 2024 · 0 comments
Open

No sites for tabular view within isotope domain #116

johanvonboer opened this issue Mar 18, 2024 · 0 comments

Comments

@johanvonboer
Copy link

"map"-type request, which yields a number of sites in Japan:

{
   "facetsConfig":{
      "requestId":1,
      "requestType":"populate",
      "domainCode":"isotope",
      "targetCode":"sites",
      "triggerCode":"sites",
      "facetConfigs":[
         {
            "facetCode":"sites",
            "position":1,
            "picks":[
               
            ],
            "textFilter":""
         }
      ]
   },
   "resultConfig":{
      "requestId":1,
      "sessionId":"1",
      "viewTypeId":"map",
      "aggregateKeys":[
         "site_level"
      ]
   }
}

The same "tabular"-type request yields zero results:

{
   "facetsConfig":{
      "requestId":2,
      "requestType":"populate",
      "domainCode":"isotope",
      "targetCode":"sites",
      "triggerCode":"sites",
      "facetConfigs":[
         {
            "facetCode":"sites",
            "position":1,
            "picks":[
               
            ],
            "textFilter":""
         }
      ]
   },
   "resultConfig":{
      "requestId":2,
      "sessionId":"1",
      "viewTypeId":"tabular",
      "aggregateKeys":[
         "site_level"
      ]
   }
}

As a sidenote, what is the difference between these two? They seems to do the same thing and return the same data (normally), why do we need to differentiate them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants