1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

Add comment to explain numeric prefix

This commit is contained in:
Andrew Kingston 2023-11-28 09:41:29 +00:00
parent 3d39a2f77b
commit 69dd675414

View file

@ -131,6 +131,7 @@
filter: [
...baseFilter,
{
// Use a big numeric prefix to avoid clashing with an existing filter
field: `999:${primaryDisplay}`,
operator: "string",
value: searchTerm,