April 10, 2021

Support to geo and text queries.

/**

*/

export type QContains = [string, Contains, string];

*/

export type QFullText = [string, FullText, string];

/**

*/

export type QNear = [string, DoesNotMatchKeyInQuery, any[]];

/**

*/

export type QWithinKilometers = [string, DoesNotMatchKeyInQuery, any[]];

/**