По индексу.FTSearch - ищет по базе или же по индексу базы?
Следуйте инструкциям в видео ниже, чтобы узнать, как установить наш сайт как веб-приложение на главный экран вашего устройства.
Примечание: Эта функция может быть недоступна в некоторых браузерах.
Краткие тезисы обсуждения со ссылками на ключевые ответы появятся здесь.
Ключевые ответы обсуждения и их оценка появятся здесь.
Участники с сильными ответами в этой теме появятся здесь.
По индексу.FTSearch - ищет по базе или же по индексу базы?
Создать индекс - самое простое.Что делать то?
Set dc = db.Search({@IsAvailable(TekNum)}, Nothing,0)
If Not db.IsFtIndexed Then
If db.OpenByReplicaID(<Сервер>, db.replicaID) Then Print "Открыли реплику на другом сервере."
End If
•Returns true (1) if any substring is contained in one of the strings
•Returns false (0) if no substrings are contained in any of the strings
Usage
This function is case-sensitive.
If either parameter is a list, the function returns 1 if any element of parameter 1 contains any element of parameter 2.
You cannot use this function to test for substrings in a rich text field.
Avoid using this function to test for an exact match (that is, parameter 2 equals parameter 1). The result will be wrong if parameter 1 is not an exact match but does contain parameter 2. Use the equal operator or @IsMember, which will give the desired result and are more efficient.
ДУмаю еще можно:Use the equal operator or @IsMember, which will give the desired result and are more efficient.
Так как строка это по логике список из одного элемента@Compare( textlist ; textlist ; [ options ] )