You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are now enough scripts that search is actually somewhat slow, especially with the character search feature. I put no effort into performance in the first implementation. It's now worth it to look into performance, perhaps by adding some full-text indexing of script titles (with a library) or by doing something less naive (like search a list of characters, then search an index of scripts by character). It might also be useful to cancel an existing search if possible.
The text was updated successfully, but these errors were encountered:
Yeah that looks great - we'll have both fuzzy searching and character + title search, which is perfect. Looks like a little work is needed to generate an index at build time, but you should be able to integrate it into fetch-assets.
There are now enough scripts that search is actually somewhat slow, especially with the character search feature. I put no effort into performance in the first implementation. It's now worth it to look into performance, perhaps by adding some full-text indexing of script titles (with a library) or by doing something less naive (like search a list of characters, then search an index of scripts by character). It might also be useful to cancel an existing search if possible.
The text was updated successfully, but these errors were encountered: