search

Can this Query be corrected or different table structure needed? (database dumps provided)

This is a bit lengthy but I have provided sufficient details and kept things very clear. Please see if you can help. I am sure a person experienced with this can surely help or suggest me to decide the tables structure. About the system:- There are tutors who create classes A tags based search approach is being followed Tag relatio...

Redirecting search results into an ASP.NET page

I've an ASP.NET page with a textbox and a option from user of the following choices: Wikipedia, Google, Dictionary.com, Flickr, Google images. The user enters a word(s) in the textbox and selects a choice among the following. Depending on the choice select by the user I wish to return the following. Wikipedia: Return the content and l...

Help me alter this query to get the desired results - Resolved

Please dump these data first CREATE TABLE IF NOT EXISTS `all_tag_relations` ( `id_tag_rel` int(10) NOT NULL AUTO_INCREMENT, `id_tag` int(10) unsigned NOT NULL DEFAULT '0', `id_tutor` int(10) DEFAULT NULL, `id_wc` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`id_tag_rel`), KEY `All_Tag_Relations_FKIndex1` (`id_tag`), KEY `id...

where is peopleresults.aspx page in sharepoint search ?

Hi, I am define my contact list, and the made it serachable trough SSP-> serach settings. Now, I add the people search Webpart which is out of box web part. ok? but when I go to search any keyword it redirect me on peopleresults.aspx page. with message "404 NOT FOUND" Or some times before it was showing me "page cannot find" error. So ...

People Search Core Result webpart not showing information.

Hi, I have added the blank Search page in my site. I have added the People Search Webpart. To show its results I have added the People Search Core Result webpart. but while I am searching the any keyword which is present in filled information, I does not showing any result. Wahts have to do. How can I bind People Search Webpart with Peop...

how to make our website to be among ten in goole results?

Hi how to make our site viewable in top ten of the google search... I want my website to be available for the user who google with search name social networking or something like ssit How to do that? ...

How to search docx for a specific string and return the outline number

I am using this as a starting base. I can search the document but am unable to reference what section it is from, is there something built into the OpenXML API to do this? For example lets say the the document is 500 pages and it is in a standard numbering schema 1. 1.1 1.1.1 1.1.1.1 searchWord 1.1.1.2 23.1.2.3.4. sea...

fgets in c doesn't return a portion of an string

Hi! I'm totally new in C, and I'm trying to do a little application that searches a string into a file, my problem is that I need to open a big file (more than 1GB) with just one line inside and fgets return me the entire file (I'm doing test with a 10KB file). actually this is my code: #include <stdio.h> #include <string.h> int mai...

SharePoint 2010 custom search from Layouts page

Hi, I am querying SharePoint 2010 search using FullTextSqlQuery. The query returns results as long as i run it from the webpart. However, for some reason, i need to run the same query from a custom aspx page deployed under layouts. The query returns a wcf exception. Has anyone tried running custom queries from pages deployed to layouts...

Text not being highlighted on search in UIWebView using javascript.

Hi, I have successfully implemented js code to highlight searched text. But it does not work for my pdf file. Is there any solution please help. regards aamir ...

Way to implementing Search functinality on a Window

I am working on a (WPF + C#) application. I have to implement search functionality. It will allow to search all the occurrences of a particular string on the specific part of Window. What can be the best way to do this? ...

iPhone Core Data-driven Search: How To, Resources?

I have a very simple Core Data app which pretty much contains strings of text. I would like to make this text searchable, and can see a "Search Bar and Search Display Controller" object in Interface Builder. Firstly, would using this Search Bar and Search Display Controller be the best approach for a simple Core Data-driven text search?...

Drupal how to show CCK field in search result?

Hi! How to display custom CCK field (text or imagefield) in Drupal core search results page? Thank you in advance! ...

Sharepoint 2010 search won't index custom fields

I am trying to create a managed metadata field, but it isn't showing up in my crawled columns. It is a custom field. I am not sure what is wrong, but when I search, my only result is the view all items page that relates to the list. It doesn't seem to search the list items themselves. I don't know if that is relevant or not. I added t...

Hiding part of a page from Search Server 2010 Express

I'm working on a soon-to-be-public-facing site, and we want to have our search live on day 1, and want it to be searchable but non-public during testing, so we're planning to use something whose crawling we can control -- Search Server 2010 Express. However, if I search for something in my top navigation bar, I get nearly every page as ...

PHP: Find element with certain property value in array

I'm sure there is an easy way to do this, but I can't think of it right now. Is there an array function or something that lets me search through an array and find the item that has a certain property value? For example: $people = array( array( 'name' => 'Alice', 'age' => 25, ), array( 'name' => 'Waldo', 'age' => 89...

A little off topic, but can anyone recommend examples where lucene is used on live websites

I know wikipedia uses it but I am looking for more product based websites. Thanks. ...

Data mining google's web search results?

Currently, i have a google web search. If a user searches starbucks, I would only want to retrieve the company or product information, not some other weird links like blog pages, using javascript, is it possible to do so? if yes, how am i able to do it? Kind of a newbie in the data mining part..thanks! Added my coding for download for c...

microsoft.office.server.search.query not found

I have added reference to my application of Microsoft.Office.Server as well as Microsoft.Sharepoint . but while importing the namespace in program , there is no option like microsoft.office.server.search.query after microsoft.office.server.search. I am getting there Microsoft.Office.Server.Search.PortalCrawl;. Why this is?? please guid...

Search images using c# in local images folder

We have a images folder which has about a million images in it. We need to write a program which would fetch the image based upon a keyword that is entered by the user. We need to match the file names while searching to find the right image. Looking for any suggestions. Thanks N ...