Widget description and advanced search suggestion

Archived from the Xataface Users forum.

PaulR — Wed May 23, 2012 7:49 am

Might it be an idea not to include widget descriptions by default when using advanced search?

The reason I suggest this is that the description may not make sense to a user in the search context. For example if the description says ‘Enter the customer’s full name’ that wouldn’t really be appropriate when searching.

I’m guessing that these descriptions could be removed by over-riding a template but having them not displayed by default would seem logical (to me at least!).

Paul


shannah — Fri Jun 08, 2012 1:39 pm

This is a good point.
You can override the description on the find form with

Code: Select all
widget:find:description="The description here"

-Steve