Title: WordPress search in Tablepress
Last modified: August 22, 2016

---

# WordPress search in Tablepress

 *  Resolved [Lowy](https://wordpress.org/support/users/lowy/)
 * (@lowy)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wordpress-search-in-tablepress/)
 * On this site [http://fncta-midipy.fr](http://fncta-midipy.fr), I have many tablepress
   tables. All of them are included on pages via the shortcode. The wordpress search
   function find only content from one of this tables : [http://fncta-midipy.fr/liste-des-troupes/](http://fncta-midipy.fr/liste-des-troupes/)
   but all others are ignored, for instance the tables on this page : [http://fncta-midipy.fr/liens/](http://fncta-midipy.fr/liens/)
   What could be the explanation ? I though, perhaps it is because there are multiple
   tables on one page. But on this other side [http://teplitz-theatre.net](http://teplitz-theatre.net),
   there is only one table per post (for instance : [http://teplitz-theatre.net/1924-1929-orchestre/](http://teplitz-theatre.net/1924-1929-orchestre/)
   and the search function doesn’ work at all
    Thanks for your help
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wordpress-search-in-tablepress/#post-5761917)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * To be honest, I’m not really sure what’s going on there. Having multiple tables
   on a page is not a problem for the search. It is however critical that all pages/
   posts are regular WordPress pages and posts, i.e. that the Shortcodes are in 
   the main content area, and not e.g. in some “page builder” function of the theme.
   
   Also, this will only work if no other plugin (like search plugins) interfere 
   with queries. Are you maybe using plugins like that? Does the search find the
   tables if you temporarily turn off all other plugins except TablePress and switch
   to the WordPress default theme TwentyFifteen?
 * Regards,
    Tobias
 *  Thread Starter [Lowy](https://wordpress.org/support/users/lowy/)
 * (@lowy)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wordpress-search-in-tablepress/#post-5762089)
 * Yes the shortcodes are in the main content area. I turned off all other plugins
   and switched to TwentyFifteen and that changed nothing. The table at [http://fncta-midipy.fr/liste-des-troupes/](http://fncta-midipy.fr/liste-des-troupes/)
   is found and the tables at [http://fncta-midipy.fr/liens/](http://fncta-midipy.fr/liens/)
   or [http://fncta-midipy.fr/federation-le-national/82-2/fncta-midipy-conseil-administration/](http://fncta-midipy.fr/federation-le-national/82-2/fncta-midipy-conseil-administration/)
   are not. Neither the tables on [http://teplitz-theatre.net/](http://teplitz-theatre.net/)
   and on that site it is very important. I really need help !
    Regards Lowy
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wordpress-search-in-tablepress/#post-5762093)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * Ok, thanks for checking. I’m not really sure what’s interfering here then. If
   you want, I can offer to take a direct look at this on your site once I find 
   the time. In that case, could you please create a temporary admin account for
   me and send me the details via email (the address is in the main plugin file “
   tablepress.php”)? That way, I can investigate this directly. Thanks!
 * Regards,
    Tobias
 *  Thread Starter [Lowy](https://wordpress.org/support/users/lowy/)
 * (@lowy)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wordpress-search-in-tablepress/#post-5762095)
 * Hi,
    Thanks for your answer. I have created an admin account for you and you 
   will receive the details via email Thanks for your help Regards Lowy
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wordpress-search-in-tablepress/#post-5762103)
 * Hi,
 * thanks! I have received the email and will take a look as soon as I can.
 * Regards,
    Tobias
 *  Thread Starter [Lowy](https://wordpress.org/support/users/lowy/)
 * (@lowy)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wordpress-search-in-tablepress/#post-5762104)
 * Hi
    Well, so I hope you will find time for that Thanks in advance Lowy
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wordpress-search-in-tablepress/#post-5762105)
 * Hi,
 * sure! I’ll post here again once I find something.
 * Regards,
    Tobias
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wordpress-search-in-tablepress/#post-5762107)
 * Hi Lowy,
 * I think I found the cause for this.
    On the pages where the tables were not found,
   the Shortcodes for the table (when using the “Text” and not the “Visual” editor),
   look like this:
 *     ```
       [table id =10 /]
       ```
   
 * with an extra space character between the `=` and the actual ID.
    That unfortunately
   makes the syntax of the Shortcode invalid. While the table will still be shown,
   the search can then no longer pick it up, as it only understands correct Shortcodes
   without the space character there, i.e.
 *     ```
       [table id=10 /]
       ```
   
 * I have removed the extra space from two of your pages, but would suggest that
   you double-check all pages in the “Text” editor on the “Edit” screen and remove
   all those extra spaces.
 * Regards,
    Tobias
 *  Thread Starter [Lowy](https://wordpress.org/support/users/lowy/)
 * (@lowy)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wordpress-search-in-tablepress/#post-5762134)
 * Hi
    I thought I had answered three days ago but I must have make an error. So,
   I repeat : Thanks very much for your help. Removing the extra space was the solution.
   Now, the search function finds the tablepress tables. I had another problem, 
   I telled in the diaappeared post : Finding a search plugin to search images **
   and** tables. Finaly, I found it : **Relevanssi** which works as I wanted to 
   on the site teplitz-theatre.net Many thanks again for your quick answers and 
   help
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wordpress-search-in-tablepress/#post-5762139)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped and that you
   found a helpful search plugin!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](https://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘WordPress search in Tablepress’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 10 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/wordpress-search-in-tablepress/#post-5762139)
 * Status: resolved