Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example: If a property contained a status, the HTML would be something like <span class="status-success">OK</span>, and so the search query would beĀ @Property be ugly: @Property = '<span class="status-success">OK</span>'


Stored data for displayStored data for searchDisplayed asSearch queryComments
Before<span class="status-success">OK</span>(None, it didn't exist)

Status
colourGreen
titleOK

@Property = '<span class="status-success">OK</span>'The search was ugly.
After<span class="status-success">OK</span>"OK"

Status
colourGreen
titleOK

@Property = 'OK'Awesome.

I hope you understand that this is a major improvement, and will be satisfied with the implementation.