glygener / glygen-issues

Repository for public GlyGen tickets
GNU General Public License v3.0
0 stars 0 forks source link

Super search record counts 0 #934

Closed kmartinez834 closed 9 months ago

kmartinez834 commented 9 months ago

image

https://api.tst.glygen.org/supersearch/search_init/ See "record_count": 0

{
    "id": "species",
    "label": "Organism",
    "description": "GlyGen Organism Concept",
    "fields": [
      {
        "id": "taxid",
        "label": "NCBI Taxonomy ID",
        "type": "number",
        "maxlength": 20,
        "url": "https://wiki.glygen.org/index.php/taxid",
        "oplist": [
          "$eq",
          "$ne",
          "$gt",
          "$lt",
          "$gte",
          "$lte"
        ],
        "typeahead": "",
        "enum": [
          11116,
          694009,
          63746,
          10116,
          44689,
          7227,
          559292,
          2697049,
          9606,
          10090
        ],
        "order": 200
      },
      {
        "id": "name",
        "label": "Name",
        "type": "string",
        "maxlength": 53,
        "url": "https://wiki.glygen.org/index.php/name",
        "oplist": [
          "$eq",
          "$regex",
          "$ne"
        ],
        "typeahead": "",
        "enum": [
          "Hepatitis C virus (isolate Japanese)",
          "Severe acute respiratory syndrome-related coronavirus",
          "Hepatitis C virus (isolate H)",
          "Rattus norvegicus",
          "Dictyostelium discoideum",
          "Drosophila melanogaster",
          "Saccharomyces cerevisiae S288C",
          "Severe acute respiratory syndrome coronavirus 2",
          "Homo sapiens",
          "Mus musculus"
        ],
        "order": 100
      }
    ],
    "record_count": 0,
    "list_id": ""
  },
rykahsay commented 9 months ago

check now

kmartinez834 commented 9 months ago

👍