Skip to content

get_item_by_title() will not find the item with title containing + #123

@YuHsinLiu

Description

@YuHsinLiu

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

  1. create a item named issue-occur-item+testing_one
  2. call the function get_item_by_title()

Notes & Logs

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions