From 5ac46d35726b948073bbf2b15d20b75eae47089c Mon Sep 17 00:00:00 2001 From: f Date: Mon, 31 May 2021 15:46:03 -0300 Subject: [PATCH] =?UTF-8?q?eliminar=20los=20:=20para=20evitar=20errores=20?= =?UTF-8?q?en=20las=20b=C3=BAsquedas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit relacionado con #8 --- _packs/controllers/search_controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_packs/controllers/search_controller.js b/_packs/controllers/search_controller.js index 96a9ef0..59305a5 100644 --- a/_packs/controllers/search_controller.js +++ b/_packs/controllers/search_controller.js @@ -12,7 +12,7 @@ export default class extends Controller { if (!this.hasQTarget) return if (!this.qTarget.value.trim().length === 0) return - return this.qTarget.value.trim() + return this.qTarget.value.trim().replace(':', '') } connect () {