What is the best practice to handle or fix if the answer is not answering with all items/content?

Author: chak774Created Feb 26, 2024Updated Jan 23, 2026

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [x] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

In a document, having a long table across multi pages (header in first page only). Or having a long list across multi pages. e.g. for table Headers: A, B, C, D. Please list me all items for D. Then the answer will only answer partial items under header D in first page.

Any log messages given by the failure

Expected/desired behavior

Azure Open AI Answer can provide all items in D.

Mention any other details that might be useful

I think this is related to AI search index chunking and limitation of three result. I know I can increase the three limit, but would like to know what best practice to handle this? Can current design handle the header in first page only?

Source: Azure-Samples/azure-search-openai-demo