You can run IQJam in your company on your Domino server.
Learn how...
Username:
Password:
Login
Reset Password
|
Register
Go
Home
|
Leader Board
|
Tags
|
Help
There are
136 questions
|
332 answers
|
75 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
-
9 months ago
|
Permalink
|
Email
| Viewed
75
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
-
9 months 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
-
8 months 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
-
8 months 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 (136)
Domino Development (75)
Best Practices (2)
Client Development (8)
Domino Designer (6)
Java (1)
LotusScript (1)
Performance (1)
Web Development (2)
Web Services (1)
XPages (53)
Latest Answers for Domino Development / XPages
Is it possible to add an Event to a Panel/Div?
David Leedy
-
about 19 days ago
Is it possible to add an Event to a Panel/Div?
Jeremy Hodge
-
about 22 days ago
How can I combine the backgroundcolor of a field with validator on a Xpage
Martin Meijer
-
about 23 days ago
How can I combine the backgroundcolor of a field with validator on a Xpage
Jeremy Hodge
-
about 23 days ago
How can I combine the backgroundcolor of a field with validator on a Xpage
David Leedy
-
about 23 days ago
How do I hide rows in a dataTable without incurring excessive
entries?
Mark Rowan
-
about 1 month ago
How do I hide rows in a dataTable without incurring excessive
entries?
Mark Rowan
-
about 1 month ago
XPages: Offline Solution
Rajeev Menon
-
about 1 month ago
XPages: Offline Solution
David Leedy
-
about 1 month ago
Simple Question on View Control
David Leedy
-
about 1 month ago
Simple Question on View Control
Rajeev Menon
-
about 1 month ago
Simple Question on View Control
Paul Hannan
-
about 1 month ago
XPages in Notes Client!! How to build URLs
Rajeev Menon
-
about 1 month ago
XPages in Notes Client!! How to build URLs
Rajeev Menon
-
about 1 month ago
How do I Display a Response and Response to Response hierarchy in an XPages view control?
Paul Hannan
-
about 1 month 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
certification (1)
checkbox (1)
css (2)
custom controls (4)
data source (1)
datasource bind (1)
datatable xml (1)
dates (1)
debug (1)
dialog (1)
dijit (1)
document (1)
dojo (1)
domino development (1)
editing (1)
events (1)
facets (1)
field (1)
file upload control (1)
hacking (1)
multi line edit box (1)
name_picker xpages (1)
notes client (2)
onclick (1)
performance (1)
random content (1)
refresh (1)
repeat control (1)
xpage lifecycle (2)
xpages (35)
Experts for Domino Development / XPages
David Leedy (1)
Jeremy Hodge (5)
Martin Meijer (1)
Paul Hannan (3)
Peter Presnell (3)
Tim Tripcony (1)
Matt White (9)