Research used to Searches for records based on the args search domain.
args -- A search domain. Use an empty list to match all records.
offset (int) -- number of results to ignore (default: none)
limit (int) -- maximum number of records to return (default: all)
order (str) -- sort string
count (bool) -- if True, only counts and returns the number of matching records (default: False) at most limit records matching the search criteria if user tries to bypass access rules for read on the requested object.
Note- If we create function then we used such code like-
search(args[, offset=0][, limit=None][, order=None][, count=False])
0 Comment(s)