We have never had any official documentations on what is searchable and what’s not, so whenever I run into situations like this I just go back to the text component to make sure it works.
Sorry if this is considered bad practice, this thread is kind of old.
But I have some more info on this topic.
I had a detail window with a date input, a text input, a number input, a choice, and a Phone input.
The choice and phone input were NOT searchable.
As advised above, I added the choice value, and the phone number as a text component and set it to hidden. And they WERE searchable.
Might be interesting info for future use.
I still use that method, so I would not consider it bad practice.
Hello
My search bar doesnt search on field in detail screen anymore…!!!
Only in the list…
The field where i want search is a computed column wich is put in text component…before today was working fine…
With a classic text column its working…
Have someone the same issue ?
Thank you
What type of computed column are you using?
Hi
One is an advanced text (like removeaccent)
In another case that’s a lookup column (which look the previous)
In this sentence, do you mean it works with a normal/basic text column, but not with those computed columns?
Exactly
Not sure if I can help more here, maybe Glide changed something under the hood, and that can not be considered a bug to report since they never said what’s searchable and what’s not.
Search : Match !
Search : No Match !
with the computed column : No Match !
With the basic text field : Match !
Do you think I’ll have to report ?
I see that your computed column is all lowercase. Just for the sake of trying, does the search work if you type in all lowercase?
I noticed a change today also
No !
lowercase don’t work too
I noticed too that search via collection only finds words displayed in the title, description and meta fields. It appears if you have additional content in a non displayed column or the text is only displayed in the details view (not the collection view), it wont be picked up. Is this the expected behavior now?
Have you tried putting it in a HTML template but the color of the text is white, and don’t set any conditions on the component?
I havent tried that yet, but Id suspect that because there is significant text, with it being white would just show a bunch of white space no?
How about limiting the height of the parent div?