-
Notifications
You must be signed in to change notification settings - Fork 159
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
Feature/azure search Help #303
base: dev
Are you sure you want to change the base?
Conversation
I like the initiative here... I have a guest joining me on Friday’s show that will help kick off a “CoreWiki.Azure” project that we can move your search capabilities into. |
I've been watching some Vods and got inspired try try to make something with some patterns in it. Also by making search pluggable, elastic integration would be up for grabs as well. If this is in a state that you can use it as a base for a workshop i'm happy :) |
Hi
Call for help: Azure search throws on
Article.Instant
because it is anodatime
property.I have been trying to implement pluggable search with Azure search as another provider. I have hit a wall with Azure search not wanting to serialise Nodatimes Instant type. If Anyone have worked with Azure search, or know who i can ask, please let me know.
Also first time for many of the patterns used here, if you have any feedback on those I'd love to hear it
Note: this is very much work in progress.
To reproduce:
appsettings.json
.SearchProvider
to"Az"
AzureSearchClient: line46