Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SearchAnalyzer and IndexAnalyzer are overriden? #35165

Closed
nayrban opened this issue May 26, 2023 · 2 comments · Fixed by #35222
Closed

SearchAnalyzer and IndexAnalyzer are overriden? #35165

nayrban opened this issue May 26, 2023 · 2 comments · Fixed by #35222
Assignees
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Search

Comments

@nayrban
Copy link

nayrban commented May 26, 2023

Hello, I was trying to follow this guide Partial Word Search

Then when I defined my @SearchableField with searchAnalyzerName and indexAnalyzerName it was just sending the analyzerName then I reviewed the code and found that searchAnalyzerName and indexAnalyzerName are be setting to analyzerName is that the expected behavior, I dont found any documentation that implies they are exclusive

searchField.setAnalyzerName(LexicalAnalyzerName.fromString(searchAnalyzerName));

@github-actions github-actions bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels May 26, 2023
@alzimmermsft alzimmermsft added bug This issue requires a change to an existing behavior in the product in order to be resolved. Search labels May 31, 2023
@alzimmermsft alzimmermsft self-assigned this May 31, 2023
@github-actions github-actions bot removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label May 31, 2023
@alzimmermsft
Copy link
Member

Thanks for filing this issue @nayrban, this looks to be a bug, I'll get this fixed. This fix will ship as part of our monthly releases next week (around June 5th, 2023), I'll update once it has been released.

@nayrban
Copy link
Author

nayrban commented May 31, 2023

Thank you @alzimmermsft

@github-actions github-actions bot locked and limited conversation to collaborators Sep 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Search
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants