Hi,
We can use infields parameter to filter the used fields in the query with LimitFields method. Could you implement also RETURN {num} {field} parameter to limit returned fields in the result? It is very useful if you have documents that have a lot of fields and you don't need all fields in every query result.
Hi,
We can use
infieldsparameter to filter the used fields in the query withLimitFieldsmethod. Could you implement alsoRETURN {num} {field}parameter to limit returned fields in the result? It is very useful if you have documents that have a lot of fields and you don't need all fields in every query result.