Use this tag for questions about search algorithms, tools, and technologies.
0
votes
0answers
6 views
Search for a text inside a webview
i am working with an android application ... Is any one know how to search for a particular text inside a webview... So far I created this much code..
public class MainActivity extends Activity {
...
0
votes
2answers
41 views
Have Google Search On Website?
When I say Google search, I don't mean a search bar just for my website, I want it to be so it has a search bar and if they write something in there it search's it on Google?
Something like this:
...
1
vote
1answer
35 views
Search for words into an arbitrary string. Which method is fast sql query or binary search?
So if I have the following string:
orig_string = 'adklsdntheasnienwordsnsaldkngarelskndlinasldknhere'
and I iterate through it like so:
orig_string.length.times do |index1|
...
2
votes
1answer
26 views
Include '-' in regex search with \w+ . Python
k = 'a bunch of data and then name ""Serpin-ps""'
print re.search(r'name\s""(\w+)""',k).group(1)
gives:
AttributeError: 'NoneType' object has no attribute 'group'
desired_output = ...
0
votes
1answer
24 views
Spring. Creating a custom search based on wildcards
I am new into Spring, though my issue may appear immature.
Here is a big obstacle I have been stuck into. I am trying to choose the right approach to implement search logic based on wildcards, ...
0
votes
0answers
7 views
Ransack: finding record without a :has_one assoc
Given a ModelA which has_one ModelB.
What should I write if I want to add a checkbox in the ModelA form to filter the results to only show ModelsA who are NOT associated with ModelB.
I tried:
...
1
vote
3answers
33 views
trying to find text with wild card integers inside a string in a special format in Python
I have a piece of code that opens a file and iterates each line
inside the formated text file there will be a piece of text like this:
name.x00y00.whatever
I searching for the x00y00 to see if ...
0
votes
0answers
2 views
open google video search with xdg-open
I want to be able to search google video using xdg-open. so far I can call google images and plain google web search as follows.
google image search: xdg-open
...
-4
votes
0answers
17 views
Is there a FREE Open Source Intratnet Search Engine to scan up to 50k+ files? [closed]
Looking for a free open source search engine that I can download and install. It only needs to index Intranet files (read: a place on a network drive all members of the company save these files to). ...
0
votes
0answers
7 views
Is it possible to generate elasticsearch reports from indexed content?
I'm just getting used to using elasticsearch in our platform, and so far it's proven to be a superb move, but other than some built in stats I haven't found any reference to creating a report of ...
-2
votes
1answer
60 views
Mysql data from table that contains a data
I've some thiing that I want to resolve;
I've made a search script and it works;
But I want to have the full data in other word I want to ratrieve all data from the databade in table that contains a ...
0
votes
2answers
23 views
How would I go about creating a Java webpage search tool
I want to search webpages with a Java tool that can tell me if it finds a string(s) I've asked it to look for. The thing is, the webpages I want to search have text in hover boxes that needs searching ...
0
votes
0answers
5 views
Searching for files using filters in windows 7 [migrated]
I had Windows 7 recently, how can i search for files (*.pom files) which contain a string, using a filter so the search do not take a long time?
is there a query language to use use in the search tool ...
-1
votes
6answers
68 views
JQuery hide all divs except for the divs I search for [closed]
I want to create a search input for users to quickly find teachers for my school.
The above is a horizontal scrollbar containing a lot of teachers. Every teacher in the scrollbar is wrapped in a ...
0
votes
1answer
14 views
FHIR Resource Search Parameters
I'm looking for a flat file or other machine processable file which has (at least) a list of FHIR resources along with the search parameters and include parameters that each resource type should ...