Changes between Initial Version and Version 2 of Ticket #6933
- Timestamp:
- Jun 16, 2008, 4:09:16 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6933
- Property Keywords nfa-someday added
-
Ticket #6933 – Description
initial v2 13 13 So, if for example i'm looking for "Hey dud" query will be: 14 14 15 {{{ 15 16 qs.filter(field__startswith="Hey") & qs.filter(field__startswith("dud")) 17 }}} 16 18 17 19 18