Searching in a column of a table

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
agerhardt
Posts: 9
Joined: 2021-11-06 15:36

Searching in a column of a table

Post by agerhardt » 2021-11-08 09:09

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

agerhardt
Posts: 9
Joined: 2021-11-06 15:36

Re: Searching in a column of a table

Post by agerhardt » 2021-11-08 17:58

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

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

Re: Searching in a column of a table

Post by pbottcher » 2021-11-08 21:49

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.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

agerhardt
Posts: 9
Joined: 2021-11-06 15:36

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

Post by agerhardt » 2021-11-09 14:49

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

Post Reply