How to do Exact match in FT search in xpages - xpages

I used exact match search in in xpage view panel(Version 8.5.2). But I could not get it to work. I used the following code Field EmpName="Kumar". When I search Kumar, The ft search returning Empname contains "Kumar Vijay".

That's the way FT indexing and search work. The word you searched for is found in the item and that's why it is returned. You'll need to use for example the keys property in View Panel for exact match.

Related

How to make semantic search dropdown to search in hidden content as well?

Is there a way to search from a hidden text as well? I want to search from not only dropdown item text but another hidden text content as well. I know that semantic search dropdown is normally searched in the data-value field as well. But in my case data-value is just an ID. I want to add another field to search as well.

Multi Select List Box Document Property with Search bar enabled

I am working on Multi Select List Box document property with search field.
It works fine when I give any keyword like 'An' it gives me Andorra, Angola, Anguilla etc. I can multi-select all these 3 records and make my underlying data table filtered.
Now the challenge is, if I search for the records that starts with Z in the search bar and click Enter then the above selection is deselected/disappeared (meaning the last search elements alone will be available).
Any ideas on how to make the current selection and newly searched elements available ?
Any inputs and suggestions would be much helpful.
Attached the sample dxp file and screenshots.
I think the filtering you are doing is based on the document property attached to this multi select list box.
You can make another property and attach this value to that doc property, whenever somebody changes this value run an IronPython to append to that doc property.
Give a reset button to clear this value when required

Netsuite custom field does not display data in search results

I'm new to Netsuite, so please bear with me. I have created a saved item search that is working fine with one exception; one of the result columns I have chosen is not displaying data in the returned rows. This is a custom field created by our old Netsuite Administrator and it does display data on an item record, just not in search results. I've done some searching and thought I found the problem when I read another post that said that "Global Search" and "Show In List" needed to be checked on the custom field. I did that, but the search results still do not display any data for that column.
The field is a custom item field of the type decimal number. Store value, show in list and global search is checked. The field is applied to inventory items, non-inventory items, kit/package and assembly/bill of materials. What am I missing? TIA
I suspect the field has field level access permissions. Go to the field definition and click the 'Access' tab. The 'Default Level or Searching/Reporting' should be at least 'Run'.
Global Search on a field makes it so if you enter a value in the Global Search bar that matches the field's value for an item then that item will be shown as a possible match. It has nothing to do with your issue. Neither does Show in List.

SharePoint 2010 search scopes: Hide lists, show only elements

I have a SharePoint list. It is a custom list with items.
However when I search for a word from the title of an item, the item shows up aswell as the list itself. I want to hide the list and only want to show the items.
I tried it with search scopes. If I set a rule with the criteria "Author" and my username, it works fine. I can't seem to find the right attribute for the listitems. I tried contentclass = "STS_ListItem" but it won't work.
I tried all contentclasses from this link:
http://slalomdotcom.wordpress.com/2010/04/07/sharepoint-2010-search/
but none shows my results, only when I set up the Author criteria.
Anybody has an idea how I could solve this problem?
Thanks in advance.
Niels

Lotus Notes - Document does not shows in view BUT when i do a search it comes up

I have a Lotus Notes database in which a view shows up empty, BUT when i do a search (using basic notes search functionality), it returns some documents. How can this be possible? Also how to make those documents show up in the view.
I tried updating the Readers field of the documents, but that also didn't worked.
Please help.
There is very high probability your view shows response documents, but not their parent/main document. Response hierarchy is ignored after FT search, therefore they show up.
Simply, turn off "Show response documents in a hierarchy" in view properties or rewrite selection formula.
First check if the view is actually empty. You could have documents in the view, but because they don't have fields that match the columns they won't be visible.
Double click on a blank spot where a document should be, or CTRL-A (Select All). Alternatively page down a number of times, as the documents you are finding may be lower down.
I would recommend then to check the Search criteria of the view in question that you are not accidentally pulling in documents that are not meant for that view.
If that doesn't work (which I have never seen to be honest), the full text index search works as follows.
Make a call to the FTI folder with the search term.
Gets a list of documents that match the search.
Discards the documents on that list based on the following.
Is the user allowed to view the document?
Would the document appear in the view under normal circumstances?
Has the document since been deleted?
(Forth reason escapes me, will look it up)
It then displays those documents in the view.
So in short, the full text index search will never show documents that cannot already be shown in the view.
Beyond that, a possible corrupted view index. You can run "UPDALL -v" on it to rebuild the indexes.
http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/topic/com.ibm.help.domino.admin85.doc/H_UPDALL_OPTIONS_3277_STEPS.html

Resources