Thanks for reaching out to Microsoft Q&A.
- Understanding Wildcards: Currently, Azure DevOps does not allow the use of prefix wildcards (like
*BAPI) directly within its search functionality. The wildcard character*can only be used at the end of a keyword. While your exampleBAPI*would find terms that start with "BAPI", using*BAPIto find terms ending with "BAPI" isn't supported. - Checking for Updates: You've mentioned a release note indicating expected support for this feature in 2024. Make sure to keep an eye on updates from Azure DevOps for new search features, including any announcements provided in release notes.
- Alternative Search Techniques: If you're seeking to find specific patterns or terms in your code or work items, consider using:
- Boolean operators: Combine keywords logically (AND, OR, NOT).
- General search tips: Start with broader keywords and narrow them down using filters. You can also use other search functions to refine your results.
- Searching for Code: You might want to explore if using a combination of Azure DevOps and extensions could help facilitate a more in-depth code search. There may be available extensions in the Visual Studio Marketplace that offer enhanced search capabilities.
- Feedback to Azure: If this search feature is crucial for your workflow, consider providing feedback to Azure DevOps directly or participating in their community forums where such requests can be discussed.
References:
- Run a semantic work item search in Azure Boards and Azure DevOps
- Functional work item search
- Get started with search
Hope this helps!