Tagged Questions
The seach tag has no wiki summary.
2
votes
2answers
30 views
How to do partial search in Linux with locate?
I prefer to seach with locate command but I don't know how to perform a partial search with it.
Suppose I want to search file containing the word libevent. How can I do that?
1
vote
2answers
74 views
PHP search and Replace query
I want to search the foullowing a
<style type='text/css\'>
and replace it with 'text/css'
i am using
$filenew = str_replace("'text/css\'" , "'text/css'", $filenew);
But it isn't ...
1
vote
3answers
361 views
Is it possible to emulate Mac Osx Finder search highlight in HTML + CSS?
Mac OSX Finder has a search feature that darkens everything but the part that matches.
Is there a way to emulate it via CSS? I was thinking about adding a semi-transparent black div with opacity ...
0
votes
4answers
94 views
Does grep allows search duplicates?
I have many (near 100) big csv files with sellID in first column. I know that some sellID are repeated 2 or more times in 2 or more files. Is possible with grep find all this duplicate sellID (create ...
0
votes
1answer
41 views
PHP/MYSQL - Need a better way to go about this FULLTEXT search query
I am currently busy creating a search function that queries a user input string against certain row in a mysql table.
This is what the code looks like so far:
$space_separated = implode(" ", ...
0
votes
1answer
87 views
How to map a component collection with compass?
I need to map a collection of components with compass (using XML mapping)... Is there any way to achieve this?
Thanks in advance for any suggestions.
Example classes:
class ClassA {
private ...
0
votes
1answer
58 views
jquery search custom
See this site http://g1.globo.com/ has a custom search field that uses jquery for any of the bottom also if placed a value in less than 2 appears a custom alert.
I am hours here trying to find a ...
0
votes
2answers
149 views
Can Microsoft Search Server index a Subversion repository
Our development team is moving to subverison and we would like to index the content on it.
Currently we use Visual Source Safe and keep the latest source on a shared drive for indexing.
We are also ...