Better handle multimatch index out of scope. Resolve #2207.
This commit is contained in:
parent
aac9eb17d9
commit
5f8911ec72
4 changed files with 15 additions and 9 deletions
|
|
@ -394,7 +394,8 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
|
|||
a global search.
|
||||
- `me,self`: self-reference to this object
|
||||
- `<num>-<string>` - can be used to differentiate
|
||||
between multiple same-named matches
|
||||
between multiple same-named matches. The exact form of this input
|
||||
is given by `settings.SEARCH_MULTIMATCH_REGEX`.
|
||||
global_search (bool): Search all objects globally. This overrules 'location' data.
|
||||
use_nicks (bool): Use nickname-replace (nicktype "object") on `searchdata`.
|
||||
typeclass (str or Typeclass, or list of either): Limit search only
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue