Function for a sensitive search
Posted: Sun May 04, 2025 11:18 pm
Hello, dear friends.
I would like to use DC_FINDBROWSE() or any other Express function for a sensitive search. I notice that when I use DC_FINDBROW(), the search is performed using the first positions of the text or field. However, the searched character is often not at the beginning of the text. It could be in the middle, or at the end, etc.
Would it be possible to use Express or Xbase++ for a search that returns the largest number of results, regardless of the position of the searched character?
For example:
White Eagle of the North
If I type "of the" with DC_FINDBROWSE(), I don't get any results. And I would like the result to be White Eagle of the North, because "of the" is contained in the field.
I would appreciate your help.
Best regards.
I would like to use DC_FINDBROWSE() or any other Express function for a sensitive search. I notice that when I use DC_FINDBROW(), the search is performed using the first positions of the text or field. However, the searched character is often not at the beginning of the text. It could be in the middle, or at the end, etc.
Would it be possible to use Express or Xbase++ for a search that returns the largest number of results, regardless of the position of the searched character?
For example:
White Eagle of the North
If I type "of the" with DC_FINDBROWSE(), I don't get any results. And I would like the result to be White Eagle of the North, because "of the" is contained in the field.
I would appreciate your help.
Best regards.