Thread Starter
note55
(@note55)
this is log
[03/13/21 12:44pm UTC]
PDb_List::_setup_iteration list query: SELECT p.first_name, p.passportid, p.last_accessed, p.date_updated, p.date_recorded, p.id FROM co_participants_database p WHERE p.id = "0" ORDER BY p.date_recorded ASC
[03/13/21 12:44pm UTC]
PDb_List::_setup_iteration list query: SELECT p.first_name, p.passportid, p.last_accessed, p.date_updated, p.date_recorded, p.id FROM co_participants_database p ORDER BY p.date_recorded ASC
[03/13/21 12:44pm UTC]
PDb_List::_setup_iteration list query: SELECT p.first_name, p.passportid, p.last_accessed, p.date_updated, p.date_recorded, p.id FROM co_participants_database p WHERE p.id = "0" ORDER BY p.date_recorded ASC
[03/13/21 12:44pm UTC]
PDb_List::_setup_iteration list query: SELECT p.first_name, p.passportid, p.last_accessed, p.date_updated, p.date_recorded, p.id FROM co_participants_database p ORDER BY p.date_recorded ASC
[03/13/21 12:44pm UTC]
PDb_List::_setup_iteration list query: SELECT p.first_name, p.passportid, p.last_accessed, p.date_updated, p.date_recorded, p.id FROM co_participants_database p WHERE p.id = "0" ORDER BY
That is the database query that is used when the “suppress” attribute is enabled in the list shortcode.
I suggest you clear the log, perform your search, then see what comes in to the log.
Thread Starter
note55
(@note55)
Hello
same issues
Log file initiated at: 13 March، 2021 9:37 pm UTC
[03/13/21 9:37pm UTC]
PDb_List::_setup_iteration list query: SELECT p.first_name, p.passportid, p.last_accessed, p.date_updated, p.date_recorded, p.id FROM co_participants_database p WHERE (p.passportid LIKE “%A123456%”) ORDER BY p.date_recorded ASC
[03/13/21 9:37pm UTC]
PDb_List::_setup_iteration list query: SELECT p.first_name, p.passportid, p.last_accessed, p.date_updated, p.date_recorded, p.id FROM co_participants_database p WHERE p.id = “0” ORDER BY p.date_recorded ASC
Are you using the [pdb_search] shortcode? Avoid doing that way of you are, you really only need to add the search=true atrribute to the list shortcode to get your list search.
If you do want to use the [pdb_search] shortcode you need to make sure it is properly configured:
The Search Shortcode