fix: remove auto search type by CalebMartinUiPath · Pull Request #1533 · UiPath/uipath-python

@CalebMartinUiPath

@CalebMartinUiPath

cfauchere

class SearchMode(str, Enum):
"""Enum representing possible unified search modes."""

AUTO = "Auto"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's a breaking change

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if the only value is SEMANTIC then why do we need the enum at all?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

preview feature should have never made it into the sdk. It will break once we deprecate structured query anyway