As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
When I try to search for a word that appears in a field I get no results at all.
SQL is:
SELECT p_ID AS ID, CONCAT(p_author, IF(p_initials IS NULL, "", CONCAT(", ",p_initials)), IF(p_others=1, " and others", "") ) AS Author, p_title AS Title, p_year AS Year, p_keywords AS Keywords, p_link
FROM ll_paper
WHERE p_access <= %VAR1%
The p_access field lets me test whether the use has permission to view a specific file. I created my own shortcode to insert that value automatically. The selection and sorting work - but search and filter do not seem to accomplish anything. Will I have to write my own search routine to handle the search? Am already late delivering the product so need urgent help.
UPDATE
If I turn off server side searching it works so no worries for now.
HI Tim,
Thank you for your purchase.
If your MySQL-query based wpDataTable doesn’t work correctly with server-side processing, probably this is happening because wpDataTables server has problems with parsing of the query and building new queries dynamically (happens rarely, but does sometimes). To avoid this please prepare a MySQL view (a stored query), which will return the data that you need, call it e.g. “view1” and then build a wpDataTabled based on a simple query like “SELECT * FROM view1″.
Please note some this when working with the server-side processing feature:
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables