+ {!isPreferredApiMongoDB &&
+ SELECT * FROM c
+ }
+ setFilterContent(e.target.value)}
+ /*
+ data-bind="
+ W attr:{
+ placeholder:isPreferredApiMongoDB?'Type a query predicate (e.g., {´a´:´foo´}), or choose one from the drop down list, or leave empty to query all documents.':'Type a query predicate (e.g., WHERE c.id=´1´), or choose one from the drop down list, or leave empty to query all documents.'
+ },
+ css: { placeholderVisible: filterContent().length === 0 },
+ textInput: filterContent"
+ */
+ />
+
+
+ {lastFilterContents.map((filter) =>
+
+ )}
+
+
+
+
+
+
+ {!isPreferredApiMongoDB && isExecuting &&
+
+ }
+
+ onHideFilterClick()} onKeyDown={onCloseButtonKeyDown}
+ /*data-bind="click: onHideFilterClick, event: { keydown: onCloseButtonKeyDown }"*/>
+
+
+