Page 1 of 1

Searching in a column of a table

Posted: 2021-11-08 09:09
by agerhardt
Hello Mr. Genedy and thank you for the forum access data.

I'm playing at the moment with the free trial version of AppGini for evaluation purposes.

How can I make a search form that search just in a column of a table?

I have tried to follow your recommendation to create a customized search form on
https://bigprof.com/appgini/tips-and-tu ... arch-forms

I copied the permalink code, at the site
https://bigprof.com/appgini/tools/searc ... ilters-url

I introduced the permalink code and nothing happens :-(
No errors, nothing.....

Do you have an Idea what happens here?

Can you please help me?

Thank you and best Regards

Adrian

Re: Searching in a column of a table

Posted: 2021-11-08 17:58
by agerhardt
Hello,

I must correct my statement from before:

I introduced the permalink code and nothing happens :-(
Errors: Invalid filters URL!.....

The permalink code is:
<a href="http://localhost/filme/filme_view.php?S ... on=">Saved filter link</a>

Do you have an Idea what happens here?

Can you please help me?

Thank you and best Regards

Adrian

Re: Searching in a column of a table

Posted: 2021-11-08 21:49
by pbottcher
Hi,

not sure if this is a copy paste error, but if your link is really

Code: Select all

<a href="http://localhost/filme/filme_view.php?S ... on=">Saved filter link</a>
                                                        ^
                                                        |
then you have a closing quote that stops the href. So check the syntax for the href link.

--Problem solved-- Re: Searching in a column of a table

Posted: 2021-11-09 14:49
by agerhardt
Hello Mr Pböttcher,

thank you for your reply, no, that was not the problem.

The greatest Problem was before the screen and over the keyboard.

If I define the filter, I MUST define the value in the search filter, otherwise the generated url is not correct.

Many thanks for your Help. (Vielen Dank für Ihre Hilfe)

Best Regards, Adrian