Jump to content

Search the Community

Showing results for tags 'tags hyphens'.

  • 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. Hi Many of my image tags are hypehenated - which is currently causing problems finding them using the API. For example - say I have an image with tags 'sport-1', using the example provided on the pw site but adding a hyphen to the tag: // Find pages containing an image with at least tag: sport-1 // This will match "sport" but not "sports". $mypages = $pages->find("images.tags~=sport-1"); This doesn't return the page. $mypages = $pages->find("images.tags=sport-1"); does return the page. But if the image has multiple tags 'sport-1 green' for example - you cannot use just the = operator to find the image So - my question is, how do I find the image with tag 'sport-1' when the image I'm looking for has tags 'sport 1 green'; Many thanks Nik
×
×
  • Create New...