Mostrar articulos que matchean contenido

This commit is contained in:
Cat /dev/Nulo 2022-10-12 12:53:54 -03:00
parent 9aef79f87d
commit e5a6a1a073
1 changed files with 5 additions and 1 deletions

View File

@ -37,7 +37,11 @@ func (foo fooHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
title like "%colegio%" or
title like "%escuela%" or
title like "%Acosta%" or
title like "%tomas%"
title like "%tomas%" or
content like "%colegio%" or
content like "%escuela%" or
content like "%Acosta%" or
content like "%tomas%"
order by publication_date asc
limit 50
`)