dynamic crm search in notes text - dynamics-crm-2011

I want to enable quick search on records and include regarding notes on that search.
I am able to do it through advanced find but look for a way to it with quick search.
I am using dynamic crm 2013 on premise.
Any suggestions for that issue ?
Thank you,

My suggestion is to create a custom quickfind search page and attach it to the sitemap.
Inside the search page you can easily get the actual entity quickfind fetch and layout xml or create your custom advance find query and tailor the results into an advanced find iframe.

Related

How to add Refiners in Modern Search

Greeting..!!
I need to add Refiners in SharePoint Modern Team site Search Results. Please check attached screenshot for better understanding.
Also, i need to configure term store terms in Refiners filter pane.
Can anyone help me for the same?
enter image description here
Thanks in Advance.
based on my knowledge there is no (easy) way to change layout of default search results page.
In order to customize search in modern page there is this project: https://microsoft-search.github.io/pnp-modern-search/
With that webparts you can create separate search center page based on your needs.
After that, change in Site/Sitecollection search setting the Search center page.

SharePoint 2013 Search Results for Site Search Box and Document Library

I like to check if there is a way to allow Document Library Search feature to function but when user tries to search in Main Site Search Box, document library items are not returned in the result list?
I have tried to add search query but it does not work.
Thank you.
I've not done this myself but I think you would need to go in to the site settings and play around with the Search area to get something like this to work. I think the area you would have to tinker with would be Result sources.
Hope this helps
Cheers
Truez

Kentico smart search with custom web part

I have custom web part registered in Kentico web page and I would like to use Kentico smart search to search information from web part.
My custom web part contains grid view with following columns
Item Code
Item Name
Item Price
Mfg. Date
If user is going to enter "Laptops" in search box then system should search information based on Item Name.
Can anyone give me brief idea about Kentico smart search which satisfy above functionality?
Have you tried using the smart search index and set it to be the document crawler? In this case the crawler will index the HTML output of the pages - including the output of the web part.
I think you have a fundamental misunderstanding of how smart search operates.
Basically you'll use Smart search to index your database.
You can then use Kentico's Smart search API to filter a dataset to be used to bind into a repeater or datalist of some type.
The only thing I can suggest is consulting the Kentico documentation for your version of Kentico, specifically looking for smart search. If you included more information such as the Kentico version and the source of your data (documents, custom tables, etc) then someone may be able to give a clearer answer.

Modx(Revolution) search function for FAQs

I'm trying to implement a search for my FAQs page. I'm using the modx extras FAQ Manager and SimpleSearch. SimpleSearch works quite well if you're searching modx resources, but the problem I've run into is how to search a database table for example the FAQ Manager table where the content is not tied to a resource. Is this possible?
I've noticed that SimpleSearch has a &customPackages property, but I can't seem to get it to work. If someone could show me an example of how to use simple search in conjunction with FAQ Manager, I would be most appreciative.
You can search in a custom package through AdvSearch with a custom queryhook: http://www.revo.wangba.fr/custom-package-dvd-shop/
and the corresponding snippet since the link doesn't seem to work: http://www.revo.wangba.fr/assets/files/advsearch/queryhook/dvdqhook.snippet.txt
I believe you can use the advanced search package to search database tables: http://rtfm.modx.com/extras/revo/advsearch

CRM 2011 Dialog with Dynamic Advanced Find

I have written a Dialog that uses an Advanced Find where the user types in part of a search term, i.e., similar to:
Dialog’s Query Step: Demystifying the Advanced Mode Capabilities.
In my case I created one to find all the Contacts in a post code area starting with "xyz..."
It works fine and I get the contacts in a picklist. How can I get this in a grid of results like you can for a regular advanced find? As I understand it the Query CRM data operation only gives you radio buttons or a list as output types. But is there some ingenious way of grabbing the results perhaps via a child workflow and writing them to a grid?
I'm sure you're looking for something a little more out of the box, but one approach would be to use an HTML web resource. You can mimic the dialog look and feel by using the CRM 2011 Style Guide included in the SDK (in the sdk\resources\styleguide folder).
I think this cant be done out of the box. You can of course create a webresource and then embed the advanced find view using fetchxml query.
Please take a look at the following url. Hope it helps.
http://crmentropy.blogspot.com/2009/11/embedding-advanced-find-views-in-entity.html

Resources