Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #5 from cjcox17/master
Browse files Browse the repository at this point in the history
-Update to readme to fix spelling and formatting.
  • Loading branch information
Chris-Pratt-Clystnet authored Jul 15, 2018
2 parents e0c357b + 210a8cb commit 817c9a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 817c9a9

Please sign in to comment.