# Index table FAQ

[← Enabling index table engine](/index-table/enabling-index-table-engine.md)

## Index Table FAQ

### Do I have to re-generate the index table every time I add or edit a post?

**No**, you don't have to. Once you configured and generated the first index table, it's done automatically. You can however turn this feature off, and also enable a wp\_cron job under the *Indexing & Cron* panel.

![](/files/-LWR3PfdOf6QEXrlYSV9)

### I want to search PODs custom field contents, is it possible with the index table?

**Yes**, by choosing the custom field under the General Options panel, the plugin will index it's contents - even fields, which are attached to a custom database table.

![Choosing a custom field to index](/files/-LWR2_7MZbFRcDQOvRR6)

### The table generation is failing, what should I do?

Try to lower the `Post limit per iteration` option on the `Index table` submenu, under the `Advanced Options` panel. Try 10 first, and go lower if that doesn't work either.

![](http://i.imgur.com/NAhjSBh.png)

### Should I use the index table engine?

Short answer, yes, you should. You definitely should if you:

* Want to search shortcode content
* Want to search tags, categories or any terms related to posts
* Custom fields content
* Have a big database of posts

### Which type of content can be indexed?

You can index posts, pages and any custom post type (products, forums, topics, etc..) as well as [attachments](/general-settings/search-in-attachment-contents-pdf-word-excel-etc...md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.ajaxsearchpro.com/index-table/index-table-faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
