Welcome to the IBM Collaboration Solutions Community IQJam.
Username
Password
Login
Reset Password
|
Register
All Questions
Domino Administration
Domino Development
IdeaJam
IQJam
LinkJam
Lotus Connections
Lotus Notes
Lotus Quickr
Lotus Sametime
Lotus Symphony
Lotusphere
OpenNTF
TaskJam
Go
Home
|
Leader Board
|
Tags
|
Help
There are
191 questions
|
423 answers
|
116 unanswered questions
Searching a view data source
When using the search parameter in view data source it looks like (at least by default) that I need to enter "and" between words. is there a parameter I can set so it searches for all words entered. (like in notes/google)
when I look at the search function in iqjam, it seem to work.
Thanks
Thomas
Domino Development / XPages
Tagged
xpages
Thomas Adrian
-
over 2 years ago
|
Permalink
|
Email
|
Viewed
89
times
File Name
search.gif
Voting
Vote on the question to show whether you think it is important that it be answered.
Questions with more votes are more visible to the rest of the community
0
0
There are
3
answers
By Date
Active Tab
By Votes
0
votes
Hi Thomas,
In the search in IQJam this is what we do:
var
words = searchString.split(
" "
);
return
@Implode(
"\""
+ words +
"\""
,
" OR "
)
Hope this helps.
Matt
Matt White
-
over 2 years ago
|
Permalink
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.
Answers with more votes are more visible to the rest of the community
0
0
0
votes
Hi Thomas,
did this solve your problem?
Where have i put this code?
Thanks
jack
jack elemsan
-
over 2 years ago
|
Permalink
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.
Answers with more votes are more visible to the rest of the community
0
0
0
votes
Jack,
Yes, the code provided by matt did solve my problem,
I have no idea where you have put your code ;-)
Thomas Adrian
-
over 2 years ago
|
Permalink
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.
Answers with more votes are more visible to the rest of the community
0
0
IQSpaces
All Questions (191)
Domino Development (125)
Best Practices (2)
Client Development (8)
Domino Designer (9)
Java (1)
Javascript (1)
LotusScript (5)
Performance (1)
Web Development (4)
Web Services (1)
XPages (93)
Latest Answers for Domino Development / XPages
RichText field with default value doesn't save the data to the document.
Martin Meijer
-
2 months ago
From CSJS refresh a panel dijit.TooltipDialog
daniele grillo
-
3 months ago
How to get value from Repeater Control.
Atul Saxena
-
6 months ago
doing a partial update "beforepageload"
jeroen somhorst
-
6 months ago
How to get value from Repeater Control.
jeroen somhorst
-
6 months ago
How to get value from Repeater Control.
Mervin Thomas
-
8 months ago
Where Would I Delete My Cookie?
Lenni Sauve
-
9 months ago
Query_String value empty with agent URL from xpage
Andy Cunliffe
-
10 months ago
Query_String value empty with agent URL from xpage
Matt White
-
10 months ago
Query_String value empty with agent URL from xpage
Ben Poole
-
10 months ago
textfield formatting
Ben Poole
-
10 months ago
File Upload/File Download using Managed Beans
Toby Samples
-
10 months ago
File Upload/File Download using Managed Beans
Andy Cunliffe
-
10 months ago
checkBoxGroup
Paul Hannan
-
10 months ago
File Upload/File Download using Managed Beans
Toby Samples
-
10 months ago
Welcome to IQJam
IQJam is an Innovative Collaborative Question and Answer Community for the Enterprise
Let's face it, we all know that someone somewhere out there has the answer to a question or a problem that you have. The hard part is finding that someone. CEOs will always tell you that an organization's greatest asset is the cumulative knowledge of its employees.
IQJam helps you locate and harness the power of that knowledge with exceptional ease.
Tags for Domino Development / XPages
ckeditor (2)
converters (1)
css (2)
custom controls (4)
custom converter (1)
custom (1)
data source (1)
datasource bind (1)
datatable xml (1)
datatable (1)
dates (1)
debug (1)
design update (1)
dialog (1)
dijit (1)
dijit.dialog (1)
dijit.tooltipdialog (1)
document (1)
dojo (2)
domino development (1)
editing (1)
notes client (2)
refresh (2)
repeat control (2)
text (2)
viewpanel (2)
xpage and view (2)
xpage lifecycle (2)
xpage (7)
xpages (47)
Experts for Domino Development / XPages
Andy Cunliffe (1)
Ben Poole (1)
David Leedy (1)
Jeremy Hodge (7)
Martin Meijer (3)
Paul Calhoun (1)
Paul Hannan (3)
Peter Presnell (3)
Tim Tripcony (1)
Tommy Valand (1)
Matt White (10)