I need to search all of my codebase for "Url" and replace it with "URL". If I search for Url in Visual Studio I also get all my variables with "Url" in it.
Anyone have a Regex I can use to only find Url within a quoted string e.g. "Use this Url:"?
Edit
I was looking looking for a quick and dirty way to find designer text and hard cod...
i have a decent understanding of configuring drupal and using modules for basic stuff, but just getting into module development and overriding functions and stuff due to my very basic understanding of php and mysql.
i have a custom content type ('books') and a 3 cck field for genres (primary, secondary, tertiary). i'd like a user to be ...
I have an application in VB.NET which gets "String" data from the database. This String has data which looks as below:
"This is the update:
I have an issue with the application"
I need only part of the data, that comes after the new line i.e. "I have an issue with the application".
For this I am trying to search the position usi...
I am using mnogosearch 3.3.7 for indexing a website that I am working on. I am running into an issue where sometimes pages that the indexer should be able to find are not appearing in search results.
The indexer is being run in BLOB mode, and I can confirm both from verbose output from the indexer and from looking in the DB that the UR...
I'm trying to use Magento for my shopping cart and want to switch from a right col layout to left col. I've turned on ID/CLASS display on the Web Developer Toolbar in firefox, and am seeing ".main col2-right-layout", which i believe i must switch to ".main col2-left-layout", the alternate style is predefined. but running searches for fil...
I'm using Eclipse PDT for PHP.
Let's say I have an error in "rightsManager.php on line 145", and I have hundreds of files in dozens of directories in my project, what is the fastest way to go to that file and line number?
I can search through the text of all files with CTRL-H but how do I quickly search through the file names? (like CT...
I have 2 lists<string> of items, source and target. The items in the source list will have 0 to n matches in the target list, but there will not be duplicate matches.
Considering both lists are sorted, how would you do the matching most effectively in terms of performance.
Example:
source = {"1", "2", "A", "B", ...}
target = {"1 - new...
I have a website which has thousands of (ever increasing) resources in it. I implemented the usual Sql Full text Search and it was working fine until recently. I noticed some performance issues with it. I am using MySql Database with C#. NET as the back-end code.
I just need few valuable suggestions from you so that I can take those i...
When writing a PHP application which search index should be used if you want to index a lot of documents in a clustered fashion. Is there a simple library to do the job? Is there something like lucene for php?
...
This is probably a question that has been around for 20 years, but I'm going to ask anyway. I have a screen that has multiple search options. Some can be combined. Some are exclusive.
Ex:
Search by first and last name
OR
Search by age
What is the best way to handle this? Do I handle this in the app and either call 1 of many func...
I'm trying to decide on an open source search/indexing technology for a .Net project. It seems like the standard out there for Java projects is Lucene, but as far as .Net is concerned, the Lucene.Net project seems to be pretty inactive. Is this still the best option out there? Or are there other viable alternatives?
...
If a query the SharePoint Web Service Search, is there a way to send a parameter so that it only return documents?
There is of course the possibility to filter the result using the isDocument column, but is it possible during the query?
...
We create all our site collections programatically with a custom site def/template. Everything works as expected, except for the crawler. It's apparently denied access to the sites. The crawl logs says:
http://server.localnetwork.lan/somesites/siteName
The object was not found. (The item
was deleted because it was either not
fo...
Can anyone point to best algorithm for substring search in another string?
or search for a char array in another char array?
...
I've made a Metadata Property Mappings and I'm trying to use the "default" search result webpart to display the result of a search. The custom search form that I made use the parameter "k" (for keyword) in the query string, but the search use all the fields of my elements. I want to only search on a specific "metadata property mapping" ...
I have two different SharePoint farms, one with tons of sites and lots content and one that is primarily a portal site. These farms are in the same Active Directory domain but in different data centers, on different servers, and with different service accounts.
The farm with all of the content is already searched and indexed by that far...
I have written an implementation of the A* search algorithm. The problem is that the heuristic I'm currently using only works accurately on square grids. As my map is isometric, the heuristic doesn't take into account actual the layout of the map and thus, the distance between cells.
Update: After extensive logging and analysis (read as...
I am dealing with a massive nest of files and need to find a .htaccess file that is redirecting a single page in my website. I know how ridiculous this sounds: why not just check the directories the page is located within? But the problem is slightly more complicated than that. All I need though, is to search for every .htaccess file und...
Is it possible to convert a properly formed (in terms of brackets) expression such as
((a and b) or c) and d
into a Regex expression and use Java or another language's built-in engine with an input term such as ABCDE (case-insensitive...)?
So far I've tried something along the lines of (b)(^.?)(a|e)* for the search b and (a or e) ...
I'm wondering if someone has some experience in extending the SharePoint Search so that users are able to search the Online Public Access Catalogue (OPAC) of a library system.
Would this be possible at all? What are your experiences?
...