Fulltext search with Stellent.

Hello,
sorry for double posting, but I didn't noticed that an ECM specific forum exists.
I have successfully installed UCM+Site Studio using Oracle 10.2.0.3.0 as RDBMS and I have enabled the fulltext search.
Trying to use the fulltext search on Ravenna example site, and also directly in the Content Server, it seems that the fulltext search only works with documents having Native Document as Web Site Object Type.
For example, if I search for Ravenna, only few pages are found (all in News), and all with content from from .doc files.
While the home page, which starts with Ravenna Hosting..., but contained in a contributor data file, is not retrieved!!!
If I run manually the query performed by the search without the CONTAINS operator, which is appended if something is typed in the search box, the contributor data file is found.
In fact "Data File" is included in the conditions.
But when the CONTAINS operator is added, all the non-native documents disappear.
What I really need to know if there is a way to do fulltext searches on documents with Data File as Web Site Object Type.
Am I missing something?
How can I search, for example, for content added to a region by a contributor using the wysiwyg editor?

I have installed Oracle Database 1ogR3 Express Edition and Content Server Windows 10gR3.
then i have done all the steps as given in admin_oracletextsearcv_10g.pdf to search full-text criteria.
I have also enabled OracleTextSearch component.
whenever i am trying to do search operation, it gives various error....like
(1).
Event generated by user 'sysadmin' at host 'localhost:888'. Error generated when executing query 'idccontenttrue'. Unable to retrieve the columns for the database table 'IdcText2'. ORA-00942: table or view does not exist
[ Details ]
An error has occurred. The stack trace below shows more information.
!csUserEventMessage,sysadmin,localhost:888!$!csOracleTextErrorExecutingQuery,idccontenttrue!csDbUnableToPerformAction_getColumns,IdcText2!$ORA-00942: table or view does not exist<br>
intradoc.common.ServiceException: !csOracleTextErrorExecutingQuery,idccontenttrue!csDbUnableToPerformAction_getColumns,IdcText2!$ORA-00942: table or view does not exist
     at intradoc.server.SearchService.retrieveSearchInfo(SearchService.java:1315)
     at intradoc.server.SearchService.doLocalSearch(SearchService.java:1045)
     at intradoc.server.SearchService.getSearchResults(SearchService.java:528)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
     at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
     at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
     at intradoc.server.Service.doCodeEx(Service.java:505)
     at intradoc.server.Service.doCode(Service.java:470)
     at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
     at intradoc.server.Service.doAction(Service.java:450)
     at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
     at intradoc.server.Service.doActions(Service.java:445)
     at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1111)
     at intradoc.server.Service.executeActions(Service.java:431)
     at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:632)
     at intradoc.server.Service.doRequest(Service.java:1709)
     at intradoc.server.ServiceManager.processCommand(ServiceManager.java:357)
     at intradoc.server.IdcServerThread.run(IdcServerThread.java:195)
(2)
Indexing aborted. Unable to delete collection directories. Cannot create table or index 'IdcText2' Unable to execute query 'CaddSDATASection'. ORA-06550: line 1, column 15:
PLS-00302: component 'ADD_SDATA_SECTION' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
[ Details ]
An error has occurred. The stack trace below shows more information.
!csIndexerAbortedMsg!csIndexerUnableToDeleteCollection!csIndexerOracleTextCanNotCreateTableOrIndex,IdcText2!csDbUnableToExecuteQuery,CaddSDATASection!$ORA-06550: line 1\, column 15:<br>PLS-00302: component 'ADD_SDATA_SECTION' must be declared<br>ORA-06550: line 1\, column 7:<br>PL/SQL: Statement ignored<br>
intradoc.common.ServiceException: !csIndexerUnableToDeleteCollection!csIndexerOracleTextCanNotCreateTableOrIndex,IdcText2!csDbUnableToExecuteQuery,CaddSDATASection!$ORA-06550: line 1\, column 15:
PLS-00302: component 'ADD_SDATA_SECTION' must be declared
ORA-06550: line 1\, column 7:
PL/SQL: Statement ignored
     at intradoc.indexer.IndexerExecution.createCollection(IndexerExecution.java:550)
     at intradoc.indexer.IndexerExecution.prepare(IndexerExecution.java:398)
     at intradoc.indexer.IndexerDriverAdaptor.prepare(IndexerDriverAdaptor.java:58)
     at intradoc.indexer.DocIndexerAdaptor.prepare(DocIndexerAdaptor.java:100)
     at intradoc.indexer.Indexer.doIndexing(Indexer.java:364)
     at intradoc.indexer.Indexer.buildIndex(Indexer.java:340)
     at intradoc.server.IndexerMonitor.doIndexing(IndexerMonitor.java:1012)
     at intradoc.server.IndexerMonitor$4.run(IndexerMonitor.java:832)
(3)
Unable to retrieve search results. Error generated when executing query 'idccontenttrue'. Unable to execute query 'CotsSearchQuery'. ORA-06550: line 1, column 22:
PLS-00302: component 'SEARCH_WITH_RESULTSETINTERFACE' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
[ Details ]
intradoc.common.ServiceException: !csOracleTextErrorExecutingQuery,idccontenttrue!csDbUnableToExecuteQuery,CotsSearchQuery!$ORA-06550: line 1\, column 22:
PLS-00302: component 'SEARCH_WITH_RESULTSETINTERFACE' must be declared
ORA-06550: line 1\, column 7:
PL/SQL: Statement ignored
     at intradoc.server.SearchService.retrieveSearchInfo(SearchService.java:1315)
     at intradoc.server.SearchService.doLocalSearch(SearchService.java:1045)
     at intradoc.server.SearchService.getSearchResults(SearchService.java:528)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
     at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
     at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
     at intradoc.server.Service.doCodeEx(Service.java:505)
     at intradoc.server.Service.doCode(Service.java:470)
     at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
     at intradoc.server.Service.doAction(Service.java:450)
     at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
     at intradoc.server.Service.doActions(Service.java:445)
     at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1111)
     at intradoc.server.Service.executeActions(Service.java:431)
     at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:632)
     at intradoc.server.Service.doRequest(Service.java:1709)
     at intradoc.server.ServiceManager.processCommand(ServiceManager.java:357)
     at intradoc.server.IdcServerThread.run(IdcServerThread.java:195)
Did I forget any step while installation?
please let me know, how to overcome this situation.

Similar Messages

  • CV04N: Is it possible to JOIN TREX fulltext search with other data ?

    Dear DMS gurus.
    ...in CV04N.
    Is it possible to JOIN a TREX fulltext search with other data (e.g. document data, classification characteristics, object links,...) ?

    Dear Erik
    Thanks for the good piece of Information you have shared.
    Regarding the OSS note 1332745 it clearly says that
    "SAP PLM Consulting integrated the TREX technology into the central search components of SAP DMS.
    Searchable content:
    - Main DMS attributes (e.g. document number, status or descriptions)
    - Long texts
    - Classification Data
    - Originals (e.g. full text search on PDF, Excel or Word documents)
    - Customer-specific content (e.g. append fields of DRAW, own tables, ...)"
    In Think you should check this link
    "https://www.sdn.sap.com/irj/scn/wiki?path=/display/plmcs/sapPLMConsultingSolutionsII"

  • Integrating Trex search With Solution manager

    HI Guys,
    Please help me with this .
    Let's say the solution manager is integrated in the SAP Portal and trex is available in the SAP portal.
    Can we search documents stored in the solution manager via the trex which is integrated in the SAP Portal? Is there a how-to guide available on the config?
    Any thoughts are appreciated.
    Dev.

    Hi Dev
    I'm facing a similar problem.
    We have a trex server. We connected the TRex to our EP KM. Fulltext search in our Portal KM works well.
    We have several project documentations on our Solution Manager. I was hoping I could connect the KM repository of the solution manager to our TREX and search the docs from EP. I was able to connect the Solution Manager repository to Trex. The index is working well.
    The procedure is described in note 750623 but unfortunately  the note is far away from a how to guide so I hope this helps:
    Trex:
    - Go to Admin Tool. Then landscape - connectivity and click on create "Connection". Enter system information of your solution manager system. Then click on Create - RFC Destination (sm59).
    Solution Manager:
    - Transaction srmo: Create a new Search Server Relation (DRFUZZY) and enter the RFC Destination you created in the above step and set it to default.
    - Transaction spro: SAP Solution Manager - Cross-Scenario Settings - Document Management - Servers - Connect Index Server for Full Text Search.   Click on "Define Index Readiness" and mark both entries for "IWBSolar" and save.
    - Now go tou se38 and start the report RSTIRIDX_REINDEX. Here enter IWBSOlAR for document area and execute.
    - Now go back to spro: Start the IMG activity "Schedule Asynchronous Indexing and De-indexing" and schedule the indexing job (Make sure you have executed the report RSTIRIDX_REINDEX before).
    If you want to test the search go to transaction SKPR07, go to tools, select document area IWB Solar and click on "test search".
    Unfortunately I don't know if there is any bether transaction for the search.
    I was looking for a possibility to search from EP directly to the solman KM.  But unfortunately I didnt' find a solution for this. The only way I know is to connect the solution manager over a transaction iview im EP.
    Hope I could help.
    Marco

  • FULLTEXT Search

    I paid someone to write the following code for me, which creates a search page where the user can select search results to upload into a table. I want to modify the search part of the page so that it becomes a FULLTEXT search (I've already properly indexed the search table), but since the code is different from the code that Dreamweaver usually generates, I don't know how to do it. Any thoughts?
                                  Insertion Successful                          
                                                                                                                                                                                                                                                           $v) {                               ?>                                                                                                                                                                                                                                                                                                                                
                                            Name                                    
                                            Email                                    

    Replace this:
    $SelectQuery = "SELECT * FROM agents_DB WHERE email LIKE '%".$_POST[keyword]."%'
    OR firstname LIKE '%".$_POST[keyword]."%' OR lastname LIKE '%".$_POST[keyword]."%'
    OR networksize LIKE '%".$_POST[keyword]."%' OR keywords LIKE '%".$_POST[keyword]."%'
    OR city LIKE '%".$_POST[keyword]."%' OR zip LIKE '%".$_POST[keyword]."%'
    OR state LIKE '%".$_POST[keyword]."%'";
    with this:
    $SelectQuery = "SELECT * FROM agents_DB
    WHERE MATCH (email, firstname, lastname, networksize, keywords, city, zip, state)
    AGAINST ('*" . $_POST['keyword'] . "*' IN BOOLEAN MODE)";

  • Fulltext search in UCM 11g

    Hi,
    we are using UCM 11g in our application. Database is oracle 11G for the UCM. We need fulltext search to be enabled on UCM. But there two option to enable the fulltext search DATABASE.FULLTEXT and ORACLETEXTSEARCH.
    Can anybody please tell which option should be used to enable fulltext search.
    Thanks in advacance...

    Hi Nitin,
    We can configure the new file formats for full text search. Steps below:
    Log in to with Admin permissions.
    Go to Administration -> Admin Applets -> Configuration Manager
    Options tab -> File Formats
    Go to File extensions section add your new file extension for which you want to enable the full text and map to some text format or word format
    Now, you will be able to full text your own extension based file. I have verified, it's working well
    Please note that, if the file extension is more than 8 characters (default value) you will not be able to add;
    But, you can alter the table "ExTENSIONFORMATMAP" and can go ahead with longer extensions. Hope this will be useful.
    Gowtham J

  • A plug-in to integrate CAPTCHA with Stellent 7.5.2.

    Hi,
    I am looking for a plug-in to integrate CAPTCHA with Stellent 7.5.2.
    A CAPTCHA is a program that can tell whether its user is a human or a computer. You've probably seen them — colorful images with distorted text at the bottom of Web registration forms.
    If you've integrated reCAPTCHA into Oracle Stellent UCM, could you please share your experience.
    Thanks,
    Premkumar

    Hi Premkumar,
    thanks for the fast answer, we are currently running out of time for this projects so we decided to use
    reCaptcha (something that we initialy reject because the dependency of 24/7 strong connection to
    the service privider site) for the moment and probably to search for other ways in the future.
    But I will show you something that I have tried to use for proxy-like script.
    <%@page import="sun.net.smtp.SmtpClient, java.io.*, java.util.*, java.net.*, java.text.*" %>
    <%
    URL map_rss_url = new URL("http://www.google.com/maps/ms?ie=UTF8&msa=0&output=georss&msid=107104896325584786311.000464d760ece9577f71a");
    URLConnection rss_connection = map_rss_url.openConnection();
    BufferedReader in = new BufferedReader(
         new InputStreamReader(
              rss_connection.getInputStream()));
    String inputLine;
    while ((inputLine = in.readLine()) != null)
    out.println(inputLine);
    in.close();
    %>
    This is the whole code but the outpus is:
    <head>
    <script type="text/javascript">
    var _U = "undefined";
    var g_HttpRelativeWebRoot = "/idc/";
    var SSContributor = false;
    var SSForceContributor = false;
    var SSHideContributorUI = false;
    var ssUrlPrefix = "/my_site_id/";
    var g_navNode_Path = new Array();
    g_navNode_Path[0] = 'home';
    g_navNode_Path[1] = '312';
    g_navNode_Path[2] = 'map_rss';
    var g_ssSourceNodeId = "map_rss";
    var g_ssSourceSiteId = "my_site_id";
    var g_strLanguageId = "en";
    </script>
    <script id="SSNavigationFunctionsScript" type="text/javascript" src="/idc/websites/my_site_id/sitenavigationfunctions.js"></script>
    <script id="SSNavigationScript" type="text/javascript" src="/idc/websites/my_site_id/sitenavigation.js"></script>
         <script type="text/javascript" src="/idc/resources/wcm/sitestudio/wcm.toggle.js"></script>
         <script type="text/javascript" src="/idc/resources/sitestudio/ssajax/ssajax.js"></script>
    </head>
    <?xml version="1.0" encoding="UTF-8"?>
    <rss version="2.0" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
    <channel>
    <link>http://maps.google.com</link>
    <title>testowa 1</title>
    <description><![CDATA[]]></description>
    <item>
    <guid isPermaLink="false">000464d783f1b6f302d72</guid>
    <pubDate>Wed, 11 Mar 2009 13:05:01 +0000</pubDate>
    <title>???? ????? ?????? / St. George Branch</title>
    <description><![CDATA[<div dir="ltr">????? ?????? /<br> St.George</div>]]></description>
    <author>AnthonyLait</author>
    <georss:point>
    42.699265 23.320221
    </georss:point>
    </item>
    </rss>
    The head parts is automatically attached and I see no way for removing it. If you know why this happen it
    will help me very much in the future.
    Greetings,
    eng. Ilian Iliev

  • Fulltext-Search on large context

    Hi there,
    I'm trying to implement a product search in AIF based on a key/value-table (material no / material text) that comes with the context. Ideally the search includes fulltext search on material number and text, but a simple fulltext search on the material number would be enough as a first step.
    Unfortunateley the customer is not able to cut down on the number of materials which comes with the context (~ 100,000 materials).
    Up to ~ 30,000 materials the search works without problems. Using more than 35,000 - 40,000 the cpu usage increases to 100%, the search never ends and the cpu usage stays on 100% until i kill the adobe reader by task manager. Looks like a crash inside adobe reader. This behaviour is reproducible.
    I have also tried to use tables of tables (1 table including 10 tables, 10000 items each) to ensure there's not a problem with out-of-range-indices. I used nodelists (xfa.resolve.nodes()...) as well as direct access on the context (xfa.resolvenode("...ABC.["index"]")...). The problem stays the same.
    Can anybody tell me how to implement a full text search on about 100,000 unsorted and unstructured items with javascript in AIF?
    Thanks you,
    Eike

    Maybe an interesting update to this issue: I started to measure the time spans adobe reader needed to search over a certain constant amount of items. It turned out that these times spans get longer and longer with increasing item index.
    5000 items needed about 2 seconds, the next 5000 4 seconds, the next 5000 6 seconds and so on. Items 50000 - 55000 needed about 40 seconds to be searched. The search on items with an index > 60000 doesn't return at all...
    Regards, Eike

  • Using Ms SQL Fulltext Search in Dreamweaver!

    Has anyone got experience in using MS SQL Server and Fulltext Search (FREETEXTTABLE)?
    I'm trying to create a select statement (see below) but i don't know the syntax for replacing the 'search text' with a variable.
    SELECT TOP (100) PERCENT FT_TBL.ProductID, FT_TBL.Product, KEY_TBL.RANK, dbo.ClientProducts.ClientID FROM dbo.Products AS FT_TBL INNER JOIN FREETEXTTABLE(dbo.Products, Product, 'my search text here') AS KEY_TBL ON FT_TBL.ProductID = KEY_TBL.[KEY] INNER JOIN  dbo.ClientProducts ON FT_TBL.ProductID = dbo.ClientProducts.ProductID WHERE (dbo.ClientProducts.ClientID = 0) ORDER BY KEY_TBL.RANK DESC
    How do i use a search variable for the 'my search text here' ? The text comes from Request("searchme")
    Thanks
    Andy

    Hi!
    What version of SQL Server are you using for the repositories? Maybe the error is because DS can not create repositories in SQL Server 2008. You can read and write data with SQL2008, but you need to create the repositories in SQL2005 or another RDBMS. I'm not sure when DS is going to be able to create them in SQL2008.
    I hope this could help you. Greetings!
    See you
    LCGC

  • How to Integrate Google_Mini with Stellent

    Hi,
    Please let me know the integration steps of Google Mini with Stellent.

    Hello Vishal,
    The Google Mini Search Appliance ("mini") will not index Stellent (Content Server) content directly. The mini is simpler version of the Google Search Appliance ("GSA") that does not include a number of enterprise features available on the GSA. Whereas the GSA can be configured to connect directly to a content repository (like Stellent), the mini can only index web sites and network-shared folders. While you might be able to create web site representing all of your Stellent content, you would not have the metadata information and security-filtered search results that you will likely want to see.
    The link below is a page comparing the mini with the GSA.
    http://www.google.com/enterprise/mini_vs_gsa.html
    My company, Frontline Logic, is a Google (and Oracle) partner that has created a connector that provides Stellent indexing on the GSA. Below is a link describing our product.
    http://www.frontlinelogic.com/offerings/services/enterprisesearch/index.html
    Please contact us if you would like further information about our product or services.
    Jon-Eric Eliker
    Frontline Logic, Inc.
    www.frontlinelogic.com

  • Fulltext search in web UI for CRM 7.0

    Dear CRM gurus.
    We are strugling with enhanced searching in web ui. Even I went throught manual here:
    http://wiki.sdn.sap.com/wiki/display/CRM/EnablefulltextsearchusingTREX(EmbeddedSearch-EnterpriseSearch)
    than it seams not working. We have CRM 7.0 with SP05. Please share your experience.
    Than we need to solve fulltext searching over texts in activities. Do you have any experinece even with this?
    Thank you for any help.
    Regards,
    Petr Syka

    Hello Petr. I want to ask you about your problem (described in this post) Have you solved it?
    I have the same problem but with russian language. And I want to ask you to help me...

  • What is the different between Sharepoint fast search service and Sql server fulltext search?

    HI ,
    I want to kow what is the different between Sharepoint fast search service and Sql server fulltext search?
    Or Can I abstract the Sharepoint fast search from the Sharepoint platform as a isolate component?
    Thank you.
    James

    They are very, very different beasts.
    Firstly FAST Search for SharePoint is the old name for the product and is only relevant for SharePoint 2010 not 2013. It got merged into the standard SharePoint search for the 2013 release.
    SharePoint search is aimed at providing a Bing or Google like experience for your intranet content, as well as providing some nifty features that are purely SharePoint releated along the way. That means it can crawl SharePoint content, file shares,
    outlook mailboxes, internal and external websites and probably fifty other different things if you really tried. Whilst i'm not an expert on SQL full text search I believe it's intended to provide a search feature for content held within SQL databases
    and tables.
    Can you run SharePoint purely for Search? Yes, definitely.

  • How to use ADF Query search with EJB 3.0

    Hi,
    In ADF guide http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/web_search_bc.htm#CIHIJABA
    The steps to create query search with ADF Business Components says:
    "+From the Data Controls panel, select the data collection and expand the Named Criteria node to display a list of named view criteria.+"
    But with EJB, I'm not able to find Named Criteria node. Can we use ADF query search component with EJB? If yes, can you please show me some example, tutorial etc.?
    Thanks
    BJ

    For EJBs you'll need to implement the query model on your own.
    An example of how the model should look like is in the ADF Faces components demo.
    http://jdevadf.oracle.com/adf-richclient-demo/faces/components/query.jspx
    Code here:
    http://www.oracle.com/technology/products/adf/adffaces/11/doc/demo/adf_faces_rc_demo.html

  • How do i change the setting so that when i type something in the address bar, it searches with google. it's started using yahoo and i hate yahoo, i'm even considering leaving firefox

    somethings i type something in the address bar, like 'paypal', mozilla used to go straight to that website, which was helpful... then it started searching with google, this i was not too upset about... however now it has started searching with yahoo, this i am upset about, and i would like to change this, however i do not know how?

    1. Use  free  AdwareMedic by clicking “Download ” from here
        http://www.adwaremedic.com/index.php
        Install , open,  and run it by clicking “Scan for Adware” button   to remove adware.
        Once done, quit AdwareMedic by clicking AdwareMedic in the menu bar and selecting
        “Quit AdwareMedic”.
    2. Safari > Preferences > Extensions
         Turn those off and relaunch Safari to test .
         Turn those on one by one and test.
    3. Safari > Preferences >  Search > Search Engine :
        Select your preferred   search engine.
    4. Safari > Preferences > General > Homepage:
         Set your Homepage.

  • How to enhance the standard search with custom field?

    Hi all,
    I would like to know the general optimal procedure to enhance the standard searches like Opportunity search or Lead search.
    I've gone through some of the threads here. Some suggest, to add the new field using AET and copy the IMPL class of the search and then code the custom logic. Some say, append the new field to the structure of the search object and then implement the BADI.
    I'm actually a bit confused to understand the correct procedure.
    Can someone please help me with a generic procedure to enhance the standard search with a custom field?
    Thanks in advance.

    Hi Maren,
    Once I have got the same development. I have followed the below steps, please check with this. Let me know for further inputs.
      Add new field using Append structure of type ‘XXX’ in search
      Create BADI implementation for Enhancement spot ‘ES_CRM_RF_Q1O_SEARCH’ and include filter ‘BTQOPP’
      Put your logic in BADI implementation – SEARCH method
      Add it in WebUI configuration
      Remove the operator if required
    Regards,
    Swadini Sujanaranjan

  • Searching with in a SharePoint 2013 Document Library

    Hi,
    i want to search document library by passing values from Search box to Search Results webpart. I m not able to search with in the document library although i have configured content source and result sources. 
    With Regards,
    Jaskaran Singh

    You can try using a web form html webpart in a web part page instead.
    Use Designer to add additional search columns and you should be able to create something usable.
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

Maybe you are looking for

  • How do I add the WMV extension to my Mac?

    How do I add the .wmv extension to my Mac?

  • How do I get a user to update to the Flash Player Version to 10.1

    I would like to find out if there is a way for a message to pop up on my website if the user has Flash Player version lower than 10.1. If the version 10.1 or higher (in the future) no message should come up. The message should prompt a user to update

  • How to test XI- Reciever connection from RWB. (RFC-XI-WebService)

    Hi Experts I have built the RFC to XI to Web Services scenario. My RFC destination is yet to be created. But I wanted to test "XI to Web Services" part in the Run time Work Bench. As per my scenario design I have to send 1. First Name and 2. Last Nam

  • Lip 4 Mac or Windows Media Player 9?

    Sorry for posting this here, I couldn't get the option to post under the Quicktime forum. Mods feel free to move this there... I went to d/l WMP 9 for my 24" iMac, and at the link below it mentioned how they will not be providing updates beyond versi

  • Fan noise like a hair dryer at full blast

    Hi there, I have had this IMac G5 (1.8G) since beginning of 2005, every time I go to a web site which has flash - my IMac fan goes on very loud noise like a hair dryer at full blast. Does anyone know what the problem is? and how do i fix it? Thank yo