Browse By Tags

  • Forum Post: Suggestion: Search members by multiple roles

    Please consider modding UserQuery/DP to allow members search by multiple Roles. Since using Roles is a means of "grouping" members it would be great if one could search for members by multiple "groups" criteria. I realize the default UI wouldn't accomodate this, but it would then be simple, optional...
  • Forum Post: Search Query Location

    Hello-- Can anyone direct me to where the basic CS search query is stored? I've looked for it in both the source files and DB stored procedures but I have not had any luck. I'm attempting to join an existing table to the CS search and I believe this will be the simplest way to do it. Thanks!
  • Forum Post: Problems searching on this site

    Not real sure if this is a bug for the lates build or just a buggy browser but I've used the search function on this site several times in the past without a problem however today I was the using search function to try to resolve a problem I'm having getting ver 2.1b1 running and noticed something...
  • Forum Post: Re: Problems searching on this site

    Did a little more playing around with it. The search string I was initially using to search with was Access is denied: 'CommunityServer.Discussions'. and the search string I was trying to change it to was 'CommunityServer.Discussions'. and that seems to reproduce that problem everytime...
  • Forum Post: Re: Problems searching on this site

    Search function doesn't appear to be working at all this evening. All searches turn up this: Sorry, we were unable to find any results using your search terms. Please change your search terms and try again. I have tried searching for terms such as, Blogs, Forums, Mirrors, Community Server, CS, and...
  • Forum Post: Need to add a new table in CS 2 (.NET 1.1) and have it searched/indexed

    Hello, We have recently installed the CS 2.0 (.NET1.1). We are in the initial stages of reviewing the source and the SDK. To begin with we are looking to do the following; 1. Create a new table in the CS database and have it indexed in the search, similar to forums, blogs etc. Can anyone help us out...
  • Forum Post: Enterprise Search

    Hi, Is the Enterprise Search addon already available for 2.1? I was not able to find it. Thanks
  • Forum Post: Re: how to search a User's ExtendedAttribute?

    CommunityServerGuy: No there is no feature that allows you to search extended attributes, and believe me I have looked. .. a much-needed, missing feature of CS. I've thought about adding Google's search to the site, searching rendered output, but that wouldn't be as elegant as something built...
  • Forum Post: Enterprise Search for CS 2.1 thows securityexception error

    Couldn't find a forum for ES under the Add-ons forum group so I am posting my question here. I have installed ES for CS 2.1 at one of my hosters. Running CS 2.1 on ASP .NET 2.1. I believe I have installed and configured it correctly, it seems that the jobs are running and all. But in the eventlog...
  • Forum Post: Re: Searchbarrel / Searching / Database size issues...again

    Search is a provider, so it is possible to write your own "like" or FreeText search. We have thought about providing a FreeText provider as an option (especially since SQL2K5's indexing engine is much improved) in the future....but if someone in the community wants to write it, that would...
  • Forum Post: Re: Searchbarrel / Searching / Database size issues...again

    Your best bet is to start with the SearchBarrel. SearchProvider SearchBarrel Implementation Because of some default implementation code, it the provider looks more complicated than it really is. All you need to do is implment a method called Search. It has a paramater "SearchQuery" and returns...
  • Forum Post: Upgrade from CS 2.0 to CS 2.1 - Search doesn't seem to work

    Whenever I try to search on my site, I get: Sorry, we were unable to find any results using your search terms. Please change your search terms and try again. However, if I do "more search options" I can search by tag, or by author. The "Find results with all the words" option doesn't...
  • Forum Post: Re: How to search for Photos?

    You should just be able to use the site search and enter a keyword. Assuming that word is in the title, description or tag of the image, it should show up. At least it does on my CS2.1 site. Steve
  • Forum Post: when trying to search hebrew words I get The request was rejected by the HTTP filter

    Happens both on cs2.0 and cs2.1: http://blogs.microsoft.co.il/search/SearchResults.aspx?q=%d7%99%d7%95%d7%a1%d7%99 Technical Information (for support personnel) Error Code: 500 Internal Server Error. The request was rejected by the HTTP filter. Contact the server administrator. (12217) ...
  • Forum Post: Re: Search not Working

    I am experiencing the same problem but I get no repsonse from the link that you posted. Can you please put the content into this fourm? Thanks, Michael S. Scherotter
  • Forum Post: New Service to search Community Server from Office & MindManager Research Task Pane

    If you have ever used Microsoft Office 2003 or 2007, or Mindjet MindManager with the Research Accelerator you may have seen the Research Task Pane (or in MSIE, select View...Explorer Bar...Research). This is a extensible web service client that lets you search various search and research sites on the...
  • Forum Post: Seach Control inside Skin-TitleBar.ascx not working properly

    My search control works fine when I'm not inside a forum. But when I get into a forum, the search control adds a dropdownlist. Whenever I try using the search control with the dropdownlist, I get the pasted error. Can this be related to my config files? Object reference not set to an instance of an...
  • Forum Post: Research Service for Community Server sites

    Mindjet Labs has just released a Research Service for the Microsoft Office Research Task Pane and Mindjet MindManager Pro 6 (with the Research Accelerator ) that lets you search Community Server sites from within those applications (and Internet Explorer with View...Explorer Bar...Research). http...
  • Forum Post: Search (also Enterprise Search) with extended characters

    When trying to search on words that contains extended characters (in this case the swedish characters åäö) there is no search results, even to the same posts are in the results when searching on other words (without extended characters) in the same post. I have tried this on the built-in search of...
  • Forum Post: File Gallery: Links to Comments ruin File Display

    In both search results and user pages' "most recent posts", any comments to files corrupt the File display. For example, let's say you have File X as entry4556.aspx and John Doe comments to this File. On John Doe's User Page, under the Most Recent Posts tab, you will see the Comment appear as Re:...
  • Forum Post: Seems like app:weblogs, app:photos do not work in our setup?

    We try to use the app: parameter in as we search, but it do not seem to work ok. As we use the app: param we do not get any results.. ex "test AND app:weblogs" do not show up. We have made sure that the "test" keyword exist, and we do get a hit as we do a general search . We have localized our version...
  • Forum Post: Search Chinese Characters

    I cannot search Chinese characters in the search box. I have set the forum default language is Chinese. I thought CS2.1 (the version I am using) support multiple cultures, languages). Is this the way it is? CS2.1 doesn't support Chinese characters search? I did not set it up correctly? or There...
  • Forum Post: Consider MS Live Search Box

    Thanks for the prompt reply. Unfortunately not what I wanted to hear. Do you know if CS 3.0 plans to remedy this? Don't all extra articles or pages go into same directory? In the meantime, I'm considering abandonning the CS simple search and using the new MS Live Search box -- very simple and much...
  • Forum Post: How to: Include image thumbs in Search & Tag Filter Results

    Alrighty- I did some tweaking in my source and now Gallery Post items have thumbs in both Search results and Tag Filter results... like this: This requires SDK/source modification and recompilation... here's what I did: Add the "CS:Href.." to Skin-SearchResults.ascx and Skin-TagPostResults...
  • Forum Post: Re: How to: Include image thumbs in Search & Tag Filter Results

    DanBartels: I was thinking of adding support for attaching an image to any post, and using that as a thumbnail... Possibly adding support for icons of the attachment if its not an image Great, Dan... I look forward to your ideas.