Skip to content

Commit

Permalink
Merge pull request #990 from plone/jensens/fix-expired-example-query
Browse files Browse the repository at this point in the history
fixed example query
  • Loading branch information
ale-rt committed Apr 4, 2018
2 parents 863d417 + 851d336 commit 5ecbf79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop/plone/searching_and_indexing/query.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ created, last_modified, effective, expires, start, end
import datetime
catalog.searchResults(
created={'expired': datetime.datetime.now(), range='max')
expired={'query': datetime.datetime.now(), range='max')
}
object\_provides
Expand Down

0 comments on commit 5ecbf79

Please sign in to comment.