From 210a8cb3d7be4b4f952e72ebeea09b9441f49aec Mon Sep 17 00:00:00 2001 From: Clyde Cox Date: Sun, 15 Jul 2018 00:26:58 -0400 Subject: [PATCH] -Update to readme to fix spelling and formatting. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65550b2..09a26fe 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,9 @@ By default the function will quote but not escape your inputs, if you wish for y $obj = Vtiger::search('Leads', $query, false); ``` -Also keep in mind that Victiger has several limitations on it's sql query capabilities. You can not use conditional grouping i.e "where (firstname = 'John' AND 'lastname = 'Doe') OR (firstname = 'Jane' AND lastname = 'Smith') will fail. +Also keep in mind that Vtiger has several limitations on it's sql query capabilities. You can not use conditional grouping i.e "where (firstname = 'John' AND 'lastname = 'Doe') OR (firstname = 'Jane' AND lastname = 'Smith') will fail. + + #### Query To use the [Query Operation](http://community.vtiger.com/help/vtigercrm/developers/third-party-app-integration.html#query-operation), you first need to create a SQL query.