svyPopupFilter Doesn't Work Anymore?!?!?

https://github.com/Servoy/svyPopupFilter/wiki

Servoy: 2022.12.0.3823
svyPopupFilter: 2022.3.1
svySearch: 2022.3.1
svyUtils: 2022.3.1
svyLookup: 2022.3.0

I use the ‘Free Search’ feature of this. For some reason, the free search doesn’t work anymore. The filtering doesn’t work either. I haven’t touched the code for any of this in months. It was working, now it doesn’t. I suspect a recent Servoy update broke this.

Is ‘svyPopupFilter’ deprecated now? What is the intended way of searching & filtering through a grid in TiNG?

Hi Jon,

No it is not deprecated - very much still supported :-)

If you can, please create a support ticket and include an export of a sample solution which reproduces the problem.
https://support.servoy.com/

Best,
Sean

sean:
Hi Jon,

No it is not deprecated - very much still supported :-)

If you can, please create a support ticket and include an export of a sample solution which reproduces the problem.
https://support.servoy.com/

Best,
Sean

Question, how do I make some type of local table for the context of a demo project? I’m not really familiar with how to do this, and this is required for showcasing how the PopupFilter isn’t working for me.

Can I just make an array and attach the array to a Data grid?

I guess I can atleast explain the setup I have.

I created a ‘grid form class’ that all my grids extend from.

This base ‘grid form class’ is a Data Grid that I attach the svyPopupFilter Toolbar to.

I suspect that for whatever reason that extending a form somehow breaks the Toolbar now. But I need to test this out and see.

Like it just doesn’t work at all, there’s no result from the free search and none of the filters work. It’s odd.

Hi Jon, There is no problem with inheritance when using this extension.
Even in the sample solution (src available via the package manager) is using a base for with a grid and a popup filter. Again, I recommend you reproduce in a sample solution and share it.

Best,
Sean

Created Support Ticket: SVY-17934 with example solution.

Servoy changed the Support Ticket to: SVYX-569.

Solution was posted by Paolo. It appears that the onSearchCommand loading of query is what locked the search. Oops! Thanks Paolo! :D