Hi,
my structure:
data {
title {
iv: 'foo'
}
array {
iv [
{
title: 'bar'
}
]
}
}
If i call:
…schema?$search=bar
return nothing.
It doen’t work or i’m doing something wrong?
Hi,
my structure:
data {
title {
iv: 'foo'
}
array {
iv [
{
title: 'bar'
}
]
}
}
If i call:
…schema?$search=bar
return nothing.
It doen’t work or i’m doing something wrong?
Please use markdown and spend a little bit time for formatting your code and posts.
Actually it is a bug or missing feature, I can fix it until tomorrow.
Hi, I have fixed and deployed it.
You have to save the items again so that the full text index gets updated. But you have to make at least a small change like adding a whitespace or so.
Thanks Sebastian, works fine