Full text search is becoming a tedious job using the relational databases’ approach. Can anybody suggest an alternate option if any or way to customize the full text search ?
In a sharepoint search search, the results page shows 'dispform.aspx' as the page title on replies to discussion posts.
Ideally i'd want it to say 'RE: discussion title'.
Does anyone have any idea how to achieve this?
EDIT - should probably point out that we have dozens of discussion forums and new ones are being created all the time. so any…
As my coding revolves only around one function,the function OnLoad() where the map and search is together on this function. However i was tasked to seperate the Maps and Search JS and was unable to do so. Is there any tips or tricks to seperating them?
Hi, I'm using Google Custom Search (http://www.google.com/cse) on a client website. They are not very happy about rival companies showing up on sponsered links on their own site. I know we can use Google SiteSearch (http://www.google.com/sitesearch/ but it has an annual fee. I've been looking all around for a Free/OpenSource alternative for…
Drupal's core search module, only searches for th efull keyword, e.g. "sandwich". Can I make it search with a substring e.g. "sandw" and return my sandwich-results?
Maybe there is a plugin that does that?
Hello
I want to change default post search order to order:
sample cat 1
sample post from cat 1
sample post from cat 1
sample cat 2
sample post from cat 2
sample post from cat 3
sample cat 3
etc..
So... I want to define category order and in search results will be sorted for this order and in category order will be date DESC. Only…
Hi,
I had written a custom search query for MOSS 2007 to get data where contenttype is post. However the same query is not returning any results in SharePoint 2010. Any inputs will be appreciated.
Please note that SharePoint search box is returning (parameter k in query string and also contenttype:post) appropriate results.
Thanks
Hi,
I want to create a a full text search usng ms sql 2005.
here is the structure of my table
User-contains fields of Id, fname,lname,email,alternativeemail
Attachment-contains fields of id, name,category,filenameorurl
Certification-contains of fileds of id, title,school,sdate,edate
EducationalBackground-contain of fields of,…
How can I serach word with "&" using mysql full text search ?
There are words string, like "Marks & Spencer", "at&t" in my tables , serach "at&t", but can't find it on the database using mysql full text search
Any ways to serach word with "&"?
Hi,
Does anybody know a full text search engine like dtsearch that has an encrypted index files?
We were having problem because our application is hosted on cloud. And we have an agreement with the clients that all files on the cloud must be encrypted. However, the generated index files on dt search can be read as plain…
I found this command line search and replace example:
find . -type f -print0 | xargs -0 sed -i 's/find/replace/g'
It worked fine except it changed the date and file ownership on EVERY file it searched through, even those that did not contain the search text.
What's a better solution to this task?
Thanks.
I have some questions about SQL 2K8 integrated full-text search.
Say I have the following tables:
Car with columns: id (int - pk), makeid (fk), description (nvarchar), year (int), features (int - bitwise value - 32 features only)
CarMake with columns: id (int - pk), mfgname (nvarchar)
CarFeatures with columns: id (int -…
Are there any web search APIs or search engines that allow automated queries?
Engines that forbid automation in their terms of use:
DuckDuckGo
Google
Bing
Yahoo
AltaVista
DogPile
Engines where the terms of service do not explicitly prohibit automation:
Hello,
I'm trying to build a facebook like search for my software.
I'd like to query the table customers.
I've set up a FULLTEXT Index and tried the next query
SELECT * FROM Customer where CONTAINS(*,'*ann*')
The query does return all the customers named Ann, but it doesn't return all the customers name Anne.
Is there…
Dear all,
We are maintaining the profile information’s (like profile first name, last name, address, city, state, age, religion, occupation, education, etc….) from tbl_profie table in sql server.
The users can search profiles using any keywords like
Example 1: MBBS, Delhi, India
Example 2: MBA, Delhi, cricket
Example 3…
Hi,
I want to create a a full text search usng ms sql 2005.
here is the structure of my table
User-contains fields of Id, fname,lname,email,alternativeemail
Attachment-contains fields of id, name,category,filenameorurl
Certification-contains of fileds of id, title,school,sdate,edate
EducationalBackground-contain of…
hi,
I was considering to use Faceted Search for my Drupal website but I noticed I have to set additional database privilegies. (And I usually don't have access to mysql terminal on the hosting servers.
http://drupalcode.org/viewvc/drupal/contributions/modules/faceted_search/README.txt?view=co
Consequently, I cannot…
ajax(search suggest), if input funny character(like Ô) to search it, "?" is displayed in firefox or empty box is displayed in IE.
i am using
xmlhttp.open("post", "*****.asp", true);
xmlhttp.setRequestHeader('Content-type','application/x-www-form-urlencoded; charset=UTF-8');
and there is…
Can search engines such as Google index JavaScript generated web pages? When you right click and select view source in a page that is generated by JavaScript (e.g using GWT) you do not see the dynamically generated HTML. I suppose that if a search engine also cannot see the generated HTML then…
I am about to launch a beta site, and heroku looks like a great option. The only think that is getting me down is that the only search option is $20/mth for the Websolr add-on.
I am sure that Websolr is great, but at this very early point in this project, I rather not light up that expense.
…
I have a windows Xp Sp2 system where the windows explorer search is not able to find the text in xml files.
Is there some setting that enable the search in xml files? It finds in text in text / doc files in the same folder.
Hi,
Im doing a small project in C++ in LINUX PLATFORM.i need to search 10 or more PDF files and find required data.how can i do so?.
i will make my question more clear with following eg
suppose i have ten text books all about c++ and i need info about the topic array and how i can search the…
Hi I am new to this forum. I found out how great this site is. but I have questions on how to filter the search like for example, viewing search results of "PCM Format" that tagged with "DELPHI"?
The Lucene documents tell me that "Hits" will be removed from the API in Lucene 3.0.
Deprecated. Hits will be removed in
Lucene 3.0. Use search(Query, Filter,
int) instead.
The proposed overload limits the number of documents returned to the value of the int.
So my question is:…