Remove ordering support for mvp

Summary: Project doc: https://docs.google.com/document/d/1miofxds9DJgWScj0zFyBbdpRH5Rj0T9FqiCapof5-vU

Reviewed By: lblasa

Differential Revision: D48600046

fbshipit-source-id: 9ded79616a822759f0c74dd1e5c6ce6c120b8350
This commit is contained in:
Andrey Goncharov
2023-08-30 07:26:35 -07:00
committed by Facebook GitHub Bot
parent bee42f442e
commit e87ec62552
2 changed files with 0 additions and 24 deletions

View File

@@ -85,11 +85,9 @@ export type FieldConfig = {
key: string;
label: string;
operators: {[key: string]: OperatorConfig};
operatorMenuDisplayOrder: string[];
};
export type PowerSearchConfig = {
name: string;
fields: {[key: string]: FieldConfig};
fieldKeyTypeaheadOrder?: string[];
};