The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Complex searchs - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5)
+--- Thread: Complex searchs (/showthread.php?tid=12279)



Complex searchs - rollinger - Mar 21st, 2016

Hi there. Form tools is a great piece of software, and I am loving to use it. It is really shortening development time.

I have a question about searches. I have read hips of posts but I am still missing something.

Let me tell you my case and if you could help me, I ask to kindly do it.

Last year I became a real estate broker and been collecting homes and companies data to work with. With 300 addresses collected, is becaming ever so hard to manage.

I am also a computer programmer with over 30 ys experience. So I decided to build a database to help my work.

After a few days, it is almost ready. What I miss is a better search. I read lots of posts and the Dev. says to use views and filters.

Could be fine, but every search I do have different parameters.

As examples, see a few searchs I do:

Rows with price between such and such (could also be rent, taxes, and other number fields).

Rows that belong to a specific neighborhood, or many neighborhoods (as in multi select)

Rows that belong to a specific street

Rows with flats built at the max X years ago.

Also, combinations like:

Rows with flat in street X that the rent is between A and B and that have a swimming pool.

And many more searchs and combinations.

Some more info:
The forms and DB are ready. Only this search issue remain.

I am using only internal forms as there is only one client (me).

Would like to avoid but If I cannot find a simple sollution, I may hard code it in file /ft/clients/forms/index.php

If the sollution it in the filters, I am missing the way to send filter parameters on the fly (dinamycally).

Do you (Devs and community) have any advices?

Thanks in advance.