python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Azure Congnitive Seach index int64 does not accept string value
I'm using a Python Azure App Function to copy data from a SQLServer database to a Azure Cognitive Search index. The problem I'm seeing is that there are some nvarchar fields that contain numeric data...
Mark Faulkner
Votes: 0
Answers: 1
How to get most retrieved items from an elasticsearch index?
I have uploaded some data to elasticsearch and I would like to keep track of how many times a data point is returned by past searches, that is to say, the most popular searched items.
Does elasticsear...
StefSco
Votes: 0
Answers: 0
Having trouble creating a (string) filter for a search engine with Google's Api using (Jsx, React)
Hey everyone I am new to coding and I am currently trying to get my app to work with a checkbox(string) filter.
Code Link : https://codesandbox.io/s/fervent-wilbur-yb9ur6
This is a picture of the code...
Jalpha
Votes: 0
Answers: 1
matrix searching word in python
I need to build a function that searches for words from a list within a matrix of letters,
If a word exists the function will return list of tupels with the words that in the matrix. and in every tup...
yaeB
Votes: 0
Answers: 1