Ning Developer Docs

I'm working on a permalink solution for our blogs and need to query the BlogPost based on the blog title.

Since my blog title is passed through the URL it has no punctuation. I'm running into problems retrieving results.

Example:
Actual Blog title: Wow! Did Jimmy Kimmel Break up with Sarah Silverman?
Query:

->filter('title', 'likeic', 'wow did jimmy kimmel break up with sarah silverman')

that returns 0 results

However, just querying 'wow' returns results, and wow! returns results.

Is there any way to query the content store ignoring punctuation?

Views: 0

© 2026   Created by Ning Developer Admin.   Powered by

Badges  |  Report an Issue  |  Terms of Service