Search results in table

  • 19 September 2022
  • 3 replies
  • 141 views

Userlevel 1

I'm performing a search in the data table, but I can't filter a specific field;
Ex: 

{ table_records(table_id: "xxxxxxx") {edges {

      node {

        record_fields {

          name

          value 

        }

      }

    }

  }

}

I need the value field to return with the variable that I will insert.

PSC. I'm using this search through a PHP integration.


3 replies

Userlevel 4

Hey Luan!

We don’t have the feature of searching fy fields. You can, however, use the ‘search’ tag to filter by some attibutes

I hope this can be of some help 😄

Userlevel 1

I'm sorry, I must have expressed myself badly, what I really need is to be able to search for information within a personalized column, but I tried several forms of filter to search for this information and I didn't get the return I need.

Userlevel 4

I got it! Unfortunently our api doesn’t have this functionality.

Reply