Fix: Remove notes from bottom of sitemap.xml

This commit is contained in:
2025-08-13 13:05:23 +01:00
parent e5eee00beb
commit b1d34d951a
46 changed files with 891 additions and 260 deletions

View File

@@ -514,7 +514,7 @@ BEGIN
, Button_Icon_Notes_Filter AS (
SELECT BUTTON_ICON.id_button_icon
FROM tmp_Split_Notes_Calc_Button_Icon t_SPLIT_NOTES
INNER JOIN demo.DOG_Button_Icon BUTTON_ICON ON BUTTON_ICON.notes LIKE CONCAT('%', t_SPLIT_NOTES.substring, '%')
INNER JOIN fetchmetrics.DOG_Button_Icon BUTTON_ICON ON BUTTON_ICON.notes LIKE CONCAT('%', t_SPLIT_NOTES.substring, '%')
WHERE
t_SPLIT_NOTES.substring IS NOT NULL
AND t_SPLIT_NOTES.substring <> ''