From 486eef5de4de73cc9a93d823bc79213099fa6c19 Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Thu, 22 Jun 2023 13:44:44 -0700 Subject: [PATCH] Update find-fix.html changing terminology --- bookstack/find-fix.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookstack/find-fix.html b/bookstack/find-fix.html index ab0a7c4..1a97702 100644 --- a/bookstack/find-fix.html +++ b/bookstack/find-fix.html @@ -1,3 +1,3 @@

- SELECT CONCAT( '

  • ',slug,'
  • ') FROM `pages` WHERE `text` LIKE 'text_var' ORDER BY `id` DESC + SELECT CONCAT( '
  • ',slug,'
  • ') FROM `pages` WHERE `text` LIKE 'text_var' ORDER BY `id` DESC