Is there any library which provides Fluent Search functionality like Where and OrderBy implementation like LINQ on Azure Search Service. So far whatever libraries are there provides filtering through string query writing. Like
Filter = " name eq 'some name'"
This would be tedious when working with model structure.
Member
633 Points
328 Posts
Fluent Library for Azure Search Service
Mar 29, 2019 07:20 AM|komaldparekh|LINK
Hello,
Is there any library which provides Fluent Search functionality like Where and OrderBy implementation like LINQ on Azure Search Service. So far whatever libraries are there provides filtering through string query writing. Like
Filter = " name eq 'some name'"
This would be tedious when working with model structure.
Thanks
Participant
1968 Points
1026 Posts
MVP
Re: Fluent Library for Azure Search Service
Mar 29, 2019 08:35 AM|maherjendoubi|LINK
Hello,
I am not sure this could help but it is the unique official fluent library for account management.
https://www.nuget.org/packages/Microsoft.Azure.Management.Search.Fluent/
Best Regards,
Maher
Blog : https://maherjendoubi.io
Member
633 Points
328 Posts
Re: Fluent Library for Azure Search Service
Mar 29, 2019 09:38 AM|komaldparekh|LINK
Thanks for the reply Maher.
I have gone through this document. But it is for Management of Search Service. So this won't be helpful for Searching and Querying purpose.
Thanks,
Komal
Participant
1968 Points
1026 Posts
MVP
Re: Fluent Library for Azure Search Service
Mar 29, 2019 10:20 AM|maherjendoubi|LINK
Sorry about that but that was the only feedback given to the SDK team https://github.com/Azure/azure-sdk-for-net/issues/3365
I recommend you create an issue to ask them for such a feature. That would be great feedback for them.
Best Regards,
Maher
Blog : https://maherjendoubi.io