Jump to content

Filtering Page Fields


opalepatrick
 Share

Recommended Posts

I think I may have another issue filtering page fields when working with my search pages.

This works fine as all the fields are text fields

$matches = $pages->find("template=fabric, title|body|colour~=$q, limit=50");

This does not, I think because the hue field is a page type

$matches = $pages->find("template=fabric, title|body|hue~=$q, limit=50");

How can I deal with that if I am correct. I have several page type fields that I would like to include in my search.

Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...