Add comment to explain numeric prefix
This commit is contained in:
parent
3d39a2f77b
commit
69dd675414
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue