Support STRING_SET operator type
Summary: Project doc: https://docs.google.com/document/d/1miofxds9DJgWScj0zFyBbdpRH5Rj0T9FqiCapof5-vU Data table integration comes later Reviewed By: lblasa Differential Revision: D48648822 fbshipit-source-id: 74f92c0e818c4507fd6575f6a122d107373cfe0c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
2affcbdfb1
commit
caf55f5b12
@@ -9,7 +9,12 @@
|
||||
|
||||
// Mostly matches https://www.internalfb.com/code/www/html/intern/js/ui/PowerSearch/PowerSearchExampleConfig.js
|
||||
|
||||
export type SimpleFilterValueType = 'NO_VALUE' | 'INTEGER' | 'FLOAT' | 'STRING';
|
||||
export type SimpleFilterValueType =
|
||||
| 'NO_VALUE'
|
||||
| 'INTEGER'
|
||||
| 'FLOAT'
|
||||
| 'STRING'
|
||||
| 'STRING_SET';
|
||||
|
||||
export type EnumFilterValueType = 'ENUM' | 'ENUM_SET';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user