ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: kjvjung on August 25, 2017, 10:10:30 am

Title: How do I implement a field filter and a keyword filter at the same time?
Post by: kjvjung on August 25, 2017, 10:10:30 am
I understand the following two examples.
I have also implemented each one.

The screen implementation was successful, but the search results are in an abnormal state.

Q: Are there any examples of mixing the two examples below?
         (I want to implement two filters at the same time)


https://paramquery.com/pro/demos/virtual_scroll
(Field filter)

https://paramquery.com/pro/demos/filter
(Keyword filter)

thank you.
Title: Re: How do I implement a field filter and a keyword filter at the same time?
Post by: kjvjung on August 25, 2017, 11:51:45 am
Currently all are pq_filter.
So it overlaps (crashes)

How can I avoid conflicts?



Title: Re: How do I implement a field filter and a keyword filter at the same time?
Post by: paramvir on August 25, 2017, 10:58:07 pm
pq_filter works for both keyword and field filters.

There is same remote script and there is no conflict between them.

Please check the remote script for pq_filter in this demo: https://paramquery.com/pro/demos/filter
Title: Re: How do I implement a field filter and a keyword filter at the same time?
Post by: kjvjung on August 28, 2017, 11:35:05 am
Hello. Why did not the Friday Night Question (3 days ago) be exposed?
Title: Re: How do I implement a field filter and a keyword filter at the same time?
Post by: paramvir on August 28, 2017, 11:43:22 am
Please check my previous reply.