Reproduction Steps
1) Publish a project with this:
local a = {}
for i=1, 1000 do
table.insert(a, i)
end
print(table.unpack(a))
- Run with Roblox Player and press F9 to open the Console Log
- Search for any number
Expected Behavior
The searched string should appear highlighted when found
Actual Behavior
Currently, the Search function actually behaves like a “Filter”.
But when searching for something, it should also take into account the internal content of the prints and highlight them when found:
Issue Area: Engine
Issue Type: Display
Impact: High
Frequency: Constantly