Run in turbo mode (Shift click green flag) Just type letters and it should show up in the "Search List". Anything from the "Total List" that matches your search should show up in the "search results list". Backspace and space are recognized. If you wish to edit the list of items which people can search, go inside the code and modify the "Total List". Typing is kinda limited as you can't really type fast otherwise the "Search List" won't recognize you typing. All results that match will appear in the "Search Results list".
If you can modify the code so that typing speed isn't as limited, please remix and notify me! If you don't like the format of how the stuff is displayed, you can always change the formatting to your own liking! Just for your information, the list scan can't go at super fast speeds (otherwise it crashes scratch) so the "Total list" and "Search list" length is relatively limited in terms of the scan speed. If you can increase the speed of the list scan effectively, please remix and notify me please! ===================================================== UPDATE LOG: V1.1 - Project Opened up. Extremely slow at searching for longer searches. V1.2 - Increased speed slightly by removing some of the wait time for non-matched searches V1.3 - Drastically increased speed by transferring a lot of the search code into a different custom block running at maximum frame refresh rate! V1.4 - Slight increase in speed due to the fact that it takes scratch slightly less time to check a custom block parameter vs an actual variable. Utilizing this fact just slightly increases the overall efficiency of the search engine. (Check out https://scratch.mit.edu/projects/40989674/) Also by using the else part of an if-else statement rather than not using the not part, I managed to slightly increase the overall scan efficiency. (Check out https://scratch.mit.edu/projects/61323708/) =====================================================