Bnyro
aa059419ff
[fix] autocompleter: suggestions contain HTML escape codes
...
The results were previously HTML-escaped for some reason.
That doesn't really make much sense because they never got
unescaped anywhere.
For example, `A&B` gets escaped to `A&B` and never unescaped,
so the autocompletion frontend shows `A&B`, which isn't user-friendly
at all.
Also, it doesn't make sense to escape the full JSON instead
of only escaping the suggestion texts individually because that
makes it even more unclear.
2026-08-03 19:17:57 +02:00
..
2026-07-30 14:54:39 +02:00
2026-07-30 14:54:39 +02:00
2026-07-30 15:16:02 +02:00
2026-07-17 12:24:47 +02:00
2026-07-30 16:11:42 +02:00
2026-08-01 11:09:50 +08:00
2025-09-03 13:37:36 +02:00
2026-02-22 14:44:21 +01:00
2025-12-26 18:07:51 +01:00
2025-12-04 07:51:48 +01:00
2026-07-15 17:38:04 +02:00
2026-06-30 19:22:23 +02:00
2026-08-03 19:51:02 +08:00
2026-08-03 19:51:02 +08:00
2026-07-28 21:03:43 +02:00
2026-05-30 22:43:50 +08:00
2026-05-30 22:43:50 +08:00
2026-07-30 14:54:39 +02:00
2025-05-31 20:34:59 +02:00
2026-03-24 20:21:27 +01:00
2026-07-17 12:24:47 +02:00
2026-03-24 21:41:39 +01:00
2025-10-05 11:44:13 +02:00
2026-05-25 16:38:06 +02:00
2025-09-03 13:37:36 +02:00
2026-05-15 16:21:47 +02:00
2025-08-10 13:05:40 +02:00
2025-09-03 13:37:36 +02:00
2025-08-09 23:03:30 +02:00
2026-02-06 14:42:13 +01:00
2025-09-03 13:37:36 +02:00
2026-05-30 22:43:50 +08:00
2025-09-03 13:37:36 +02:00
2026-05-25 12:43:02 +02:00
2025-09-26 12:35:57 +02:00
2026-05-31 01:37:37 +08:00
2025-09-03 13:37:36 +02:00
2026-08-01 11:09:50 +08:00
2026-06-10 15:48:49 +02:00
2026-07-30 14:26:02 +02:00
2026-07-05 12:07:23 +02:00
2025-09-03 13:37:36 +02:00
2025-07-09 07:55:37 +02:00
2025-09-03 13:37:36 +02:00
2025-11-28 13:38:37 +01:00
2026-05-30 22:43:50 +08:00
2026-08-03 19:17:57 +02:00
2026-06-15 10:52:00 +02:00
2025-09-03 13:37:36 +02:00