Hello,
I have a website for a local newspaper where I'm trying to search for multiple things at once. For example:
The file names all start with a date: YYYY-MM-DD, and than a filename.
So an example file would look like "2005-11-07-cougars.php"
Now, what we're trying to do is search for articles written in a specific month by a specific author, which is not in the meta tags, and is instead just in the body of the page itself.
How would we combine two specific search terms? I've tried a few different combinations of quoted dates, names, and wild cards with no luck as of yet.
Thank you for the help.
-Nick
I have a website for a local newspaper where I'm trying to search for multiple things at once. For example:
The file names all start with a date: YYYY-MM-DD, and than a filename.
So an example file would look like "2005-11-07-cougars.php"
Now, what we're trying to do is search for articles written in a specific month by a specific author, which is not in the meta tags, and is instead just in the body of the page itself.
How would we combine two specific search terms? I've tried a few different combinations of quoted dates, names, and wild cards with no luck as of yet.
Thank you for the help.
-Nick
Comment