fix: remove auto search type by CalebMartinUiPath · Pull Request #1533 · UiPath/uipath-python
| 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters