-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search bar in ME terminal is broken #18285
Comments
Update: its not ae2, its NEI |
NEI in latest version splits the search string into tokens by spaces. This makes it possible to write search query queries using multiple tokens such as To prevent this, you need to wrap the string in quotes. https://discordapp.com/channels/181078474394566657/295669878222880769/1255915413020086348 |
quite annoying tbh, if i want to search for |
before it find items what have |
We should put this behind a config, or i can guarantee you that we will get many reports of this as a bug. Like an "advanced search mode" option in NEI config gui. |
just for a bit of clarity, is it search terms connected with OR or AND? |
a space is now a AND |
before |
Yeah, that needs a fix |
We don't need a fix, we need a button to swap between AND and "space" treatment of the space in NEI |
I will add a setting that should change this behavior. |
maybe a button that would remove search by flavor text in description, because most of the multiblock controllers have "redstone" in their description, as well as most of the covers, a lot of buildcraft items like chipsets etc. Even without spacebars, all that stuff is shown when you search for both "redstone" and "stone", as well as "red" |
yeah but that's a ductape fix for the meantime, as i am used to do tooltip search. I'd be more than happy to just change the space treatment in the searchbar |
a config is fine but please dont change it. space as AND has been a huge improvement compared to the old where you needed to use wildcard and still got screwed by incorrect order. |
Your GTNH Discord Username
Keyla3300
Your Pack Version
stable
Your Server
Epsilon
Java Version
Java 8
Type of Server
None
Your Expectation
Search bar work propely and show what i search for
The Reality
It shows related to the search items, but the search string is now very weirdly acting with what is being shown
Here i wrote "stone" three times, thats what items it shows me
"BF BF EB BF EB" shows, well, ebf.
I suppose it thinks of a spacebar as another string and not continuation of the initial search
Your Proposal
fix? idk if its intentional, but i doubt that
Final Checklist
The text was updated successfully, but these errors were encountered: