[Enhancement] Multi word search in storage terminal
CarlSmotricz opened this issue ยท 1 comments
I'd like to propose the item search in the storage terminal to work like the search in JEI. Specifically,
scanner
- finds you all scanners in all mod packs@rftools
- finds you all items in RFTools mods@rftools scanner
- finds only the storage scanner in RFTools@immer con
- finds connectors and concrete in Immersive Engineering
Multi-word search is very powerful and convenient! I like to search for (more examples):
lv coi
to find "coil of lv wire",lv con
to find "lv connector",@ic2 cop cab
to find copper cables in Industrial Craft 2,@rf @sto mod
to find all modules in RFTools Storage andred con
to find "redstone connector".
I'm guessing this works by breaking the search string into search keys on blanks, and returning those finds containing the AND
of substring matches on all keywords, where keywords may either start with "@" for module name parts, or not for item name parts.
This would make searching in the RFT storage terminal more useful and convenient. Consistency with the JEI search interface would be a plus.