andersao / andersao/l5-repository
How to query created_at field
Aberta
- Linguagem predominante
- PHP
- Estrelas
- 4.2k
- Forks
- 880
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
I'm conducting a search at created_at field but no success in returning results. Below is the query:
`?search=created_at:2019-10-05`
The created_at field is in the `$fieldSearchable` array;
`protected $fieldSearchable = [
'created_at'
]`
What am I doing wrong?
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.