python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to dynamically write OR clause in Contains query?
Is there a way to generate the second part of this SQL query (OR clauses) from a string split?
WHERE CONTAINS(t.something, '"bla*" OR "foo*" OR "batz*"')
String split va...
rick_87394
Votes: 0
Answers: 1
SQL Server 2019 infinitely recompiles inline table valued function that does full text search with Parameterization = Forced
I have hit a problem with SQL Server that results in it infinitely recompiling a function.
To reproduce, create a new database with the option Parameterization = Forced or execute the following on an ...
Chuck
Votes: 0
Answers: 1
Apply text configuration to array in Postgres
In PostgreSQL database I have an ARRAY field and right now I am trying to build full text search capabilities for it. But what I noticed that PostgreSQL text configuration is not applied to array cont...

Max Markov
Votes: 0
Answers: 0
How to allow single quotes in elasticsearch simple_query_string query
I am working on implementing Elasticsearch-backed search field on a content website.
simple_query_string query type gives me almost everything I would want, except one detail: it allows only double qu...
hijarian
Votes: 0
Answers: 0