variation on keyword function that removes plural and adjective word endings
Sample Input:
RootKeywords( "huge knives, "|" )
Sample Output:
huge knives|huge knife
Description:
Matching multikey words so that english language plurals match singular words is tricky. This function adds more word endings to the original keyword function including irregular plurals and descriptive endings like "ish" (sorry, no adverbs this time around). The function only parses the last word in the string if there are more than one word.
Note: these functions are not guaranteed
or supported by BrianDunning.com. Please contact the individual
developer with any questions or problems.
Find the closest locations by zip code using FileMaker. Click
here.
Custom Function Authors:
Link to all of your own custom functions on this site with the following URL:
http://www.briandunning.com/filemaker-custom-functions/results.php?author=Your
Name Here