hicetnunc icon indicating copy to clipboard operation
hicetnunc copied to clipboard

Implement Search

Open andrevenancio opened this issue 3 years ago • 1 comments

Implement search feature with GraphQL query

query Search($ilike: String!) {
  hic_et_nunc_token(where: {title: {_ilike: $ilike}, _or: {description: {_ilike: $ilike}}}) {
    id
    title
    description
  }
}

andrevenancio avatar Jun 14 '21 12:06 andrevenancio

Is this supposed to be on the page search? Been wondering about that folder...

sf-pixel avatar Jun 27 '21 21:06 sf-pixel