Skip to content

Commit

Permalink
Make search exclusive on datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyyid committed Jul 13, 2023
1 parent 83a24fb commit 5750f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_netsuite/netsuite/soap.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ def _query_recur(
return self.ns_client.query_entity(stream,
{'searchValue': start_date_str,
'type': 'dateTime',
'operator': 'onOrAfter'})
'operator': 'after'})

0 comments on commit 5750f6a

Please sign in to comment.