Jump to content

RobbieR

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by RobbieR

  1. Hello I run into issue with find function. Is there a way to use find removing page title spaces? Example: $page->title = "505 tt"; // looking for this page $keyword = "505tt"; $p = $pages->find('template=project, title~=$keyword'); It return no page. Is there a way to find right page? At the moment i get all pages and then do loop. Removing title spaces and compare. I think its over kill.
×
×
  • Create New...