Open vir-linden opened 8 months ago
there is a lot of improvement that can be done around the inventory...
the search engine is very basic (keyword matching... no spellcheck, no suggestion, no extended vocabulary search) For example:
1 on 1 = 100% exact match extended would evaluate the stats for being similar
I think there is a way "embeded" an "elastic search engine". (elastic search, like apache lucene, where made to make clever search and more than keyword exact match)
Thanks for the suggestions phenelle! I would be helpful to have these as a standalone feature request, either on the feedback.secondlife.com site, or as a feature request issue in the viewer repo.
Looks like this is part of Maint C but this is a first step towards proof of concept for metadata use, which then supports all things AI.
Looks like this is part of Maint C but this is a first step towards proof of concept for metadata use, which then supports all things AI.
Yes. Inventory has not changed much since a long time. There is definitely optimisation that can be done around it ...
I only have 100k objects Some people have 1M or more than that..
It look like see basic SQL requests. Strict keyword comparisons...
Anyway...
SL is the best virtual world. You guys made a fantastic work 🙏🏻
Viewer work for inventory favorites. Related back-end work is tracked in https://github.com/secondlife/agent-inventory-service/issues/57
Basic concept is that any inventory item or category can be flagged as a favorite. UI will be provided to set or unset favorite status and to selectively view favorites when in inventory.
UX design TBD by steeltoe.