Does anyone actually use SEARCHFILTER special attribute?

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
Jaymer
Posts: 2430
Joined: Tue Jan 13, 2015 10:58 am
Location: Tampa, FL
Contact:

Does anyone actually use SEARCHFILTER special attribute?

Post by Jaymer »

Per the UserGuide.pdf

For example, you can define a text box to search the messages stored in the database (as in the toolbar of the CRM sample application). You can define a special attribute in the user object called “SearchFilter” and the following query:
FIND Message WHERE Message.Body CONTAINS LoggedInRegularUser.SearchFilter
You will provide the SearchFilter attribute as the attribute to store the entered value in and then you will provide the command to run the above query.

I never knew that existed. And there's only 2 threads in the entire Forum that reference SEARCHFILTER.
Click Here to see a collection of my tips & hacks on this forum. Or search for "JaymerTip" in the search bar at the top.

Jaymer
Aware Programming & Consulting - Tampa FL
Post Reply