To get this version to work I ended up learning about and pushing the variables functionality on protopie so that the correct pages would display at the correct time.

variables.png

It also took some tweaking with the conditional triggers until I had the search bar going bold ONLY when valid words were input. This image shoes a part of the conditions involved.

part of the conditionals.png

Another element that required a bit of digging to correct was forcing the searchinput field to only type in lowercase. For some users their phones automatically capitalised the first word they typed and this meant that the word would not bold (and therefore give the user some positive feedback) as the condition of the word bolding was case sensitive. This was a simple solution (as they often are once you know what to do) of adding a lower case formula to the targeted element.

lowercase force.png