Your environment
SDK Version: 1.5.1
Connect Server Version: (internal company)
OS: mac
Python Version: 3.9
What happened?
get_item_by_title() will not find the item if the item name contains +
we can only use get_items() and iterate to check the title then use get_item_by_id()
maybe same will occur in get_vault_by_title() since that they use the same query builder
What did you expect to happen?
it should find the corresponding item
Steps to reproduce
- create a item named
issue-occur-item+testing_one
- call the function
get_item_by_title()
Notes & Logs