Feature Request: FacetWP integration into Query Builder

As silly as it might sound to those with more experience, I had some issues with manually creating my first query string. (Long story short… I was almost there, but I was using !=false instead of !=0. DOH!!!)

If there was a place to insert facetwp=true into the builder, I would have found my problem, and solution, much faster. My thoughts are that I cannot be the only person having this struggle. I am very comfortable with the Query Builder, but couldn’t use it because of the facetwp=true insert that I needed to have.

1 Like

There is a control called Custom in the Query Builder. Which will let you insert JSON for query var properties like facetwp. Let me know if that helps.

I believe that Users as Looper Provider is missing a place to add Custom JSON.

If it is correct, would you mind letting me know how I’d go about activating facetwp on this Looper type?

I can add that in. I’ve never used facetwp with a get_users query, but if they support it then it should work just fine. Have a great day.

thank you!

I had the members setup as a CPT, but the client changed the SOW. the easiest solution was to move into PaidMembershipsPro, which uses Users.

I tried to use CS Forms for this, but wasn’t successful… which led to me trying to take the easy side-step and continue using FacetWP

I did add the custom control to the user looper.

I’ll setup a template for creating a filtered user archive so it’s easier for everybody to have a staring place. There’s a couple of gotchas like you need to use * (*{{ form.data({"key":"search"}) }}*) to search and not have exact matches.

Have a great weekend.

1 Like