Skip to main content

Questions tagged [keyword-search]

The tag has no usage guidance.

keyword-search
0 votes
0 answers
17 views

Sudden dropdown from downloads of Apple App Store

Does someone has an app in Apple App Store and downloads are dropped to 0 without an specific reason? I changed my metadata to keywords that are currently ranking high withon my app and downloads ...
MagnaCarta's user avatar
0 votes
0 answers
25 views

Discrepancy Between iTunes Search API and App Store Results on Device

I am using the iTunes Search API (https://itunes.apple.com/search) to retrieve search results based on a keyword. However, the results returned by the API differ significantly from those I see when ...
Zeeshan Ali's user avatar
0 votes
0 answers
17 views

How Can You Search VS-Code Workspace Excluding The Non-File-Type Files?

In VS-Code's Search-All Files-To-Include, how are you supposed to write-up searching in only any real files? In a shared project, I've got files like: thisIsAFile, 1234abcd, old_new_file-1. Say I'm ...
Zach's user avatar
  • 735
0 votes
1 answer
45 views

Search SQL Server Database by Keyword to Return the keyword, table, and dbo [duplicate]

I'm trying to recall an older query I used to easily locate column names in large databases on SQL server. For example I'm looking for a keyword '%specialist%' to see how many tables it belongs to and ...
Ryan Crary's user avatar
0 votes
1 answer
43 views

Chromium Extension to parse page source for keywords

I am trying to create a chromium extension that will find keywords located in the page source. They would appear as '"keywords": [these, are, keyword, examples, etc]'. I want to parse ...
SlowLearner's user avatar
1 vote
0 answers
226 views

Building a custom search engine that can search 1000 websites at once

I want to I build a custome search engine that has hundreds of websites. The problem with google's programmable search engine is that it becomes less accurate after 20 sites ""If your ...
Hashem ElAssad's user avatar
-1 votes
1 answer
169 views

Why isn't my Chrome extension for highlighting multiple keywords working?

i would need help identifying error in code for Google chrome extension I'm trying to make. Extension should highlight multiple keywords in different color of choice on active url /tab. Since i need ...
Peka Car's user avatar
0 votes
1 answer
257 views

Search for a keyword in multiple files and return me the result with previous and following line

I'm using Node JS, I want to search for a keyword in multiple .txt files, and then that return me the previous line and the following one. Im expecting something like this: Cars Scooters Skates ...
Facu Gallardo's user avatar
0 votes
1 answer
123 views

How to check if keyword is present in title or not in Python?

I have a dataset which contains multiple keywords and I want to check if title contains the same key or not. it should be row by row partial match. I have tried this code but it is not working for ...
riya23's user avatar
  • 13
0 votes
1 answer
673 views

How to write an R code for searching keywords?

My goal is to investigate: whether an article title or it's abstract contain keywords, and to select or mark theese articles somehow (creating a new category, like contain/not comtain any of a keyword ...
Pál Kolumbán's user avatar
1 vote
1 answer
134 views

What's the most efficient way to include Vespa document keywords in ranking at query time?

We have a situation where we want to search text against category documents, which are enriched by a keywords field. These keywords are terms and phrases curated by subject matter experts and GPT. We ...
standalone_2045's user avatar
0 votes
0 answers
66 views

Twitter API - Keyword search with nested list comprehension

I would like to search the text of tweets. With one keyword it works well. Several are a bit annoying: the code gets long when I use or: userTweets = [tweet for tweet in userTweets if 'OECD' in tweet['...
Picnic's user avatar
  • 23
0 votes
1 answer
143 views

Pandas findall re.IGNORECASE doesn't work

I have a list of keywords: keywords = ['fake', 'hoax', 'misleading', etc.] I'd like to search the text column of DataFrame df1 for the above keywords and return rows containing these keywords (exact ...
mOna's user avatar
  • 2,401
0 votes
1 answer
26 views

keywords matching between dictionary values as list and pandas column

Let's say, I have dataframe df with column name as news_text, news_text lebron james is the great basketball player. leonardo di caprio has won the oscar for best actor avatar was directed by steven ...
Bits's user avatar
  • 309
0 votes
0 answers
61 views

Implementing a free text keyword based search on multiple tables and columns

I'm exploring an idea to add a search box on my enterprise application that deals with car parking for staff. There is a simple textbox on the portal in the header that doesn't relate to any ...
DoomerDGR8's user avatar
  • 5,020

15 30 50 per page
1
2 3 4 5
16