Jump to content

Search the Community

Showing results for tags '$pages-find'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to ProcessWire
    • News & Announcements
    • Showcase
    • Wishlist & Roadmap
  • Community Support
    • Getting Started
    • Tutorials
    • FAQs
    • General Support
    • API & Templates
    • Modules/Plugins
    • Themes and Profiles
    • Multi-Language Support
    • Security
    • Jobs
  • Off Topic
    • Pub
    • Dev Talk

Product Groups

  • Form Builder
  • ProFields
  • ProCache
  • ProMailer
  • Login Register Pro
  • ProDrafts
  • ListerPro
  • ProDevTools
  • Likes
  • Custom Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. I would like to create a search form with a category selection. I do not get the selector, I need help my selector $katId = $pages->find("template=leftnav_kat, h1_h6_1%=$kat"); its ok $matches = $pages->find("template=site, has_parent=$katId"); its ok myresult this pages (templates = site): MedLab ML +2 °C bis +8 °C 41 Liter MedLab ML +2 °C bis +8 °C 41 Liter MedLab ML +2 °C bis +8 °C 45 Liter MedLab ML +2 °C bis +8 °C 82 Liter MedLab ML +2 °C bis +8 °C 82 Liter LabStar Sanguis +2 °C bis +6 °C 100 Liter MedLab ML +2 °C bis +8 °C 107 Liter LabStar Sanguis +2 °C bis +6 °C 100 Liter MedLab ML +2 °C bis +8 °C 82 Liter but I'm looking for a text in the template = site, this template has a field search_cache $katId = $pages->find("template=leftnav_kat, h1_h6_1%=$kat"); its ok $matches = $pages->find("template=site, has_parent=$katId, search_cache%=Industrie"); not work I need help
×
×
  • Create New...