Skip to content

Instantly share code, notes, and snippets.

@spencerfinnell
Created July 9, 2018 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spencerfinnell/8aeb119c9335b77be003640268d13a60 to your computer and use it in GitHub Desktop.
Save spencerfinnell/8aeb119c9335b77be003640268d13a60 to your computer and use it in GitHub Desktop.
SELECT DISTINCT post_id
FROM wp_2_facetwp_index 
WHERE facet_name = 'price_slider' 
AND (facet_value + 0) >= '1'
AND (facet_display_value + 0) <= '82'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment