jwillinghalpern / FlexSearch

FlexSearch Module for Filemaker
4 stars 3 forks source link

Adjustments to minimize Event log noise #2

Open belg4mit opened 1 year ago

belg4mit commented 1 year ago

1) Wrap Set Field by Name in Get Searchable Fields If[IsValidExpression($fieldName) and If( PatternCount(FieldType(""; $fieldName); "Date"); GetAsDate($searchWord)≠"?"; 1) ] ... End If

2) Adjust field viability test in FlexSearch Find to be: RightWords(LeftWords( FieldType ( $fileName ; $field ) ; 2 ); 1) ≠ "Container"

jwillinghalpern commented 1 year ago

Hey, it's been a while since i've used this tool. That sounds like a good idea.

Would you mind submitting a pull-request with your improvement, and list yourself in the history of whatever scripts you modify?