V
V
Vladimir S2016-09-16 10:35:22
C++ / C#
Vladimir S, 2016-09-16 10:35:22

Question about Full text search - how to find a link in the text?

Help solve the issue. Essence in the following -
there is a database mssql, in it the table. the table has two text fields - one stores plain text, and the other contains some object in the form of json.
full-text search is configured on the server, indexes are created, etc. and it works great. but once you start searching for a link (a regular link of the form - domain.com/url/url) - then the search does not find anything, although the search string is in the text and in one of the fields of the json object.
How to find links in indexed fields correctly?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly Pukhov, 2016-09-16
@Neuroware

full-text search is designed to search for "text", taking into account morphology, for example, and you need to search for a link with the usual like

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question