Hi
I have a working a azure search that was setup by another person.
Now i am trying to add a new field called business.
I have added it to the config file but i still get this error.
Invalid expression: Could not find a property named 'business' on type 'search.document'.
Parameter name: $filter
How do you add new custom fields ?
Hi I have a working a azure search that was setup by another person. Now i am trying to add a new field called business. I have added it to the config file but i still get this error. Invalid expression: Could not find a property named 'business' on type 'search.document'. Parameter name: $filter
I hope you can help me :)
Config item: { "Name": "business", "Type": "string", "IsSearchable": true }
Nevermind found the dashboard an dropped and recreated the index.
is working on a reply...