1
0
Fork 0
mirror of synced 2024-08-15 01:51:33 +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: [ filter: [
...baseFilter, ...baseFilter,
{ {
// Use a big numeric prefix to avoid clashing with an existing filter
field: `999:${primaryDisplay}`, field: `999:${primaryDisplay}`,
operator: "string", operator: "string",
value: searchTerm, value: searchTerm,