mirror of
https://github.com/evennia/evennia.git
synced 2026-03-18 22:06:30 +01:00
This uses exact-match-first fuzzy matching as discussed in previous commits. It also use the match order to present a list of options to narrow the selection down - the user can then specify the choice by appending the correct number to the query. Example: objects: [box,box]; searching for "box" gives a multiple match error, which presents a list looking like "1-box, 2-box". The user can now just write "2-box" to choose the second box. Showing dbrefs is perhaps even more universal, but revealing the underlying data structure to the normal user is not really good practice - dbrefs is only something builders and admins should have to know about ... (IMHO). /Griatch |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| attribute.py | ||
| object.py | ||