Hi,
I am trying to filter for "IsNull" on a nullable string field.
IndexNullState is set to true.
{
"name": "parentProductId",
"dataType": [
"text"
],
"indexFilterable": true,
"indexSearchable": true,
"indexRangeFilters": false,
"tokenization": "field"
},
according to the docs (and the chatbot) the statement looks like this:
filters.Where().WithPath([]string{"parentProductId"}).WithOperator(filters.Equal).WithValueBoolean(true)
causing this error:
invalid 'where' filter: data type filter cannot use \"valueBoolean\" on type \"text\", use \"valueText\" instead
I have no idea how-to filter for null values, any help is highly appreciated
weaviate: 1.32.2
cheers,
Hi,
I am trying to filter for "IsNull" on a nullable string field.
IndexNullState is set to true.
according to the docs (and the chatbot) the statement looks like this:
causing this error:
invalid 'where' filter: data type filter cannot use \"valueBoolean\" on type \"text\", use \"valueText\" insteadI have no idea how-to filter for null values, any help is highly appreciated
weaviate: 1.32.2
cheers,