- Issue created by @jonathanshaw
- Status changed to Needs review
5 months ago 3:31pm 11 August 2024 Automatically closed - issue fixed for 2 weeks with no activity.
If you try to index an entity that has a null value in a string field that is setup as an Azure string data type, you get:
The request is invalid. Details: Cannot convert the literal 'False' to the expected type 'Edm.String'.
The problem is the use of php's end
function in the document param builder. This function returns FALSE
if called on an empty array, but we should be passing on a NULL
to Azure in this case no a FALSE
None.
None.
None.
None.
Needs review
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.