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...
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...
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...
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 ...
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...
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?
...
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...
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...
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...
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
...
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?
...
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?...
Hi!
How to display custom CCK field (text or imagefield) in Drupal core search results page?
Thank you in advance!
...
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...
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 ...
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...
I know wikipedia uses it but I am looking for more product based websites. Thanks.
...
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...
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...
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
...