Hi
I have experience of searching database content using ASP to extract results however the current project I have requires the search results to have some sort of relevance filter as you often ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20482996.htm...
Zones:
ASPDate Answered: 07/06/2003 Grade: A Views: 0
I have the following SP (SQL 2000), which will display a set of records that match all test's and computer's. When it search 'computer' it searches the cnt_body (text field), and there could be 'X'...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_22085714.html
First off, sorry. 45 points is all the points I have left. :(
One of my tables has 3 text columns. I'm searching these three columns for words. I want to order the results by the total number of...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21136929.html
Hi,
I have a query re: MySQL Full-text indexing.
SELECT RecordID, CacheContentItemID, CItemTitle, MATCH(SearchData) AGAINST ('stuff') AS Relevance FROM SearchCache ORDER BY Relevance DESC;
T...
http://www.experts-exchange.com/Database/MySQL/Q_21221737.html
Zones:
MySQL ServerDate Answered: 12/30/2004 Grade: A Views: 0
What controls what documents are listed as "Relevant Documents" in the Document Center in Sharepoint 2007
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/MS-SharePoint/Q_2263...
Zones:
SharepointDate Answered: 06/18/2007 Grade: A Views: 63
Hi Experts,
I have a masterpage and a directory structure like this:
MasterPage.master
Default.aspx
--/deployments
--/deployments/manage.aspx
--/deployments/edit.aspx
The opening defau...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22707866.html
Hello
I would like to read out dynamically a value out of a csv-line (seprator is ;)
Example:
12;flower;0;12;006007;A,WAR;11.2;15
I should be able to set a value (like an offset) at wh...
http://www.experts-exchange.com/Programming/Algorithms/Q_22833811.html
I have a website on which I want to place Google AdSense advertisements.
On the home page the user is prompted to enter some personal details. e.g. What car do you own?The page is then refre...
http://www.experts-exchange.com/Web_Development/Internet_Marketing/Q_22949650.html
I need to use preg_replace to switch all the non-alphanumeric characters to "" except the blank character;
For example if the string is: AB*%q w7
then the output string after using preg_replace ...
http://www.experts-exchange.com/Programming/Languages/Regular_Expressions/Q_23232479.html
hi,
i am using php and mysql to create a search on a website that i have, and currently, my search is VERY basic. however, it gets the job done except for one thing. i want to order the results by...
http://www.experts-exchange.com/Database/MySQL/Q_20795022.html
Zones:
MySQL ServerDate Answered: 11/11/2003 Grade: A Views: 0