close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Data Assist Pages: search/result/details pages. No multiple words search. No advanced search (text box, List/Menu box, Group Radio box). Text formatting codes displayed in result pages.

Thread began 3/16/2021 6:57 pm by Dragan | Last modified 3/16/2021 8:45 pm by Ray Borduin | 186 views | 1 replies |

Dragan

Data Assist Pages: search/result/details pages. No multiple words search. No advanced search (text box, List/Menu box, Group Radio box). Text formatting codes displayed in result pages.

1. Using Data Assist Pages, I created search/result/details pages.
a) PROBLEM 1: Search does not allow for multiple words search – only one word.
• How could I create Advanced search (text box, List/Menu box, Group Radio box) and result pages?
• How could I create a search text-box to search using multiple keywords?
b) PROBLEM 2: I use formatting widget for text boxes where users can format their text. The formatting codes are entered in the database along with the normal/plain text. The Data Bridge result page shows these formatting codes (<p><b> <div> </span></p><p><span style="color: rgb(0, 0, 0); font-size: 15px;"> etc) along with the plain text. I need result page to show only formatted text, no codes.
How to solve above problems?

Sign in to reply to this post

Ray BorduinWebAssist

a) you can update the Database Search server behavior on the results page to set up more advanced searches including multiple word search. You will see a lot of options in that server behavior that cover the scenarios you are looking for.

b) The code has built-in cross site scripting protection that prevents html and script from running when it comes from the database. You can manually override that code wherever you need to by adding a "false" argument in the getColumnVal() method call. It will look something like:

php:
<?php echo($RecordsetName->getColumnVal("column",false)); ?>


instead of:

php:
<?php echo($RecordsetName->getColumnVal("column")); ?>
Sign in to reply to this post
Did this help? Tips are appreciated...

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...