diff --git a/manual/new/docs/en/searching.txt b/manual/new/docs/en/searching.txt index 835eb3c01..ed8a12982 100644 --- a/manual/new/docs/en/searching.txt +++ b/manual/new/docs/en/searching.txt @@ -16,7 +16,7 @@ class NewsItem extends Doctrine_Record Now lets say we have an application where users are allowed to search for different news items, an obvious way to implement this would be building a form and based on that form build DQL queries such as: - + SELECT n.* FROM NewsItem n WHERE n.title LIKE ? OR n.content LIKE ?