Skip to main content

The @searchable field is a great addition! Fundamental for certain

The final point to make it usable for us will be to allow the user to select what searchable field they want to be able to filter on.

 

e.g. given the schema

type Equipment {
  name: String @searchable @filterable
  description: String @searchable @filterable

}
 

Its very common that the user will know that they want to search on specifically name or description.

 

Be the first to reply!

Reply