Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Search function in browse form

Questions related to using nuBuilder Forte.
mariri
Posts: 45
Joined: Mon Sep 02, 2019 11:54 am

Search function in browse form

Unread post by mariri »

Hi guys !

How the search browse function works ? When a user do some research by criteria in a browse form, this is very slow.
Maybe is it due to bad database design ?

There are two tables :

Person
person_id
person_last_name
person_first_name

Action
action_id
action_date
action_description
#person_id# (foreign key)

There are this following columns in a browse form : person_last_name, person_first_name, action_date, action_description. And when the user filters by person name, results are slowly display.

Thanks for ur help :)
Post Reply