QUOTE (BaldEd @ September 02, 2013 02:32 pm) |
I wish to filter for a specific word in Hints, but I note that the Search dialog form has no provision for the Hints field (that I could see). How can I perform such a search? |
Open the Filter dialog and click on the Where tab. Enter something such as this, which would filter for the word "hanging" in the Hints field:
CODE |
g_contains('hanging',hints) |