Author Topic: How do I implement a field filter and a keyword filter at the same time?  (Read 2456 times)

kjvjung

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 33
    • View Profile
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.
« Last Edit: August 25, 2017, 10:54:12 pm by paramquery »

kjvjung

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 33
    • View Profile
Currently all are pq_filter.
So it overlaps (crashes)

How can I avoid conflicts?



« Last Edit: August 25, 2017, 11:56:41 am by kjvjung »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6296
    • View Profile
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

kjvjung

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 33
    • View Profile
Hello. Why did not the Friday Night Question (3 days ago) be exposed?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6296
    • View Profile
Please check my previous reply.