Forums

Search form in ChronoConnectivity v6

tonifornes 02 Jan, 2019
Hi, I need to create a search form in ChronoConnectivity v6, I searched the forum for information, but I could not find anything.

I could only add search in Views.
healyhatman 03 Jan, 2019
http://www.chronoengine.com/forums/posts/t105003
tonifornes 17 Jan, 2019
Thanks for the answer, it works for me, but I would like to find a piece of the text, not the same text written in the database.

Thank you.
healyhatman 17 Jan, 2019
Do you mean a piece of text on your screen?
tonifornes 03 Feb, 2019
I mean, in the database I have an entry with the name "the world", and when I search for world, that entry appears.
healyhatman 03 Feb, 2019
use
field/LIKE:{data:search field}%
To only get things that start with your string.
tonifornes 10 Feb, 2019
It does not work for me, I have this chain of commands in Where conditions:

Article.Ubicacion_desp:{data:keywords}
or
Article.Producto:{data:keywords}
or
Article.Cantidad:{data:keywords}

How should I do it?
Thank you.
healyhatman 10 Feb, 2019
Use a {debug:} is the keywords value actually getting sent in the form data?

Did you try using the syntax I gave you?

What does "not work" mean in this case?
This topic is locked and no more replies can be posted.