Search Issue Tracker
Active
Votes
0
Found in [Package]
develop
2.0.0a6
Issue ID
BOLT-662
Regression
No
Search for components is only partially case insensitive
*Repro:*
Have a project with Bolt set up.
1. Create a bolt class in Assets. (Right-Click -> Create -> Bolt -> Bolt Class)
2. Create a new Graph and open it. (+ under 'Graphs' in the new Bolt Class)
3. Right-click graph to bring up the Search, and search for something, such a Bolt Class or a variable type.
Example: Your class is named 'TestingClass', and has class variables.
Searches that work: TestingClass, testingclass, testingClass, testinClass, testclass, testinGClass
Searches that don't work: TESTINGCLASS, testingCLass
Search works with strangely placed capitals only if that capital appears in a later part of the search result i.e. TestinGClass only works because the capital G is picking up the 'G' from 'Get' in a result such as 'TestingClass.Get [variable]'.
*Expected Result:* Search will still find your Bolt Class.
*Actual Result:* Search can't find anything.
Another example: 'float'
Searches that work: float, Float, flot, foat
Searches that don't work: fLoat, FLOAT, FLoat
----
*Notes:*
- Bolt 1's search does not appear to be case sensitive at all.
- Issue occurs in 2.0.0a6, can't get an earlier version of Bolt 2 running so setting Regression to 'No'
- If everything is in lower case, the word can still be found.
- If the word is spelt incorrectly, the word can still be found.
- If a Bolt Class is in all caps, i.e. "TESTINGBOLTCLASS" any combination of cases will work.
- First letter seems to be case insensitive
- I keep accidentally typing with an extra capital or two when searching, so have run into this a lot.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Add comment