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