Super Factory Manager ( SFM )

Super Factory Manager ( SFM )

16M Downloads

Setting item filtering is hard

mivalsten opened this issue · 2 comments

commented

Hi,
Could you add better search for allow/deny lists? As of now, when I wanted to allow output of smooth stone, I had to scroll through 2400 items, because for some reason even andesite and all of it's chisel/chisel and bits versions were there.
image
Best regards,
Greg

commented

There is a .inv search selector which might help, but I agree that the search is annoying to work with when decoratives like chisels and facades pollute the item pool. For now I'll look into giving vanilla blocks a higher priority in the search results

commented

Search improvements implemented!

  • Search (still) supports regular expressions
  • Search now has 2 mappings per stack, one for just the display name, and one for the combined tooltip
    • this allows for more intuitive regex anchor usage
  • Search now has ordered match results
    • Sort priority, highest to lowest
      • isVanilla
      • lowest difference between display name length and search query length
      • alphabetically

Regex examples

stone
image

ends with stone
image

starts with and ends with stone
image

New build also pushed
https://minecraft.curseforge.com/projects/super-factory-manager/files/2720642