index a null for large values as well

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-08-25 14:38:50 +02:00
parent cd19357e4c
commit 651c9d6800
3 changed files with 13 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': minor
---
The search index now does retain fields that have a very long value, but in the form of just a null. This makes it possible to at least filter for their existence.