You may want to try replacing spaces with underscores in your stored lines of text.

eg
[section]
This_is_what_i'm_looking_for=This is the answer
Here_is_another=This is another result

this means you can use a $readini method and is a lot faster then then searching through using the $read method

hope this helps