mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 03:57:17 +02:00
Update docs links
This commit is contained in:
parent
f2c672204c
commit
1165532260
17 changed files with 133 additions and 228 deletions
|
|
@ -12,9 +12,7 @@ The base tools are the `evennia.search_*` functions, such as `evennia.search_obj
|
|||
|
||||
```{sidebar} Querysets
|
||||
|
||||
What is returned from the main search functions is actually a `queryset`. They can be
|
||||
treated like lists except that they can't modified in-place. We'll discuss querysets in
|
||||
the `next lesson` <Django-queries>`_.
|
||||
What is returned from the main search functions is actually a `queryset`. They can be treated like lists except that they can't modified in-place. We'll discuss querysets in the `next lesson` <Django-queries>`_.
|
||||
```
|
||||
|
||||
Strings are always case-insensitive, so searching for `"rose"`, `"Rose"` or `"rOsE"` give the same results.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue