Jump to content

select pages by first letter


fruid
 Share

Recommended Posts

hi all,

is there a way to select pages by the first letter of their title?

I'm trying to use that for an advanced search page.

so on the frontend I put links for each of the 26 letters and one for numbers. When you click on one it sends this letter via AJAX to the server. Then I need to select the pages somehow of which the title starts with that letter.

something like…

if($_GET['letter'] != '') {$letter = $_GET['letter'];} else $letter = '';

…

if (isset($letter)) {
    $matches = $pages->find("limit=0, title[0] == $letter");
}

thanks for help!

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...