When to use numeric search to improve responses from spreadsheet data
This guide explains when to use Numeric Search in your CustomGPT agent to get the best results.
What is numeric search?
Numeric Search improves retrieval when your agent needs to handle alphanumeric identifiers such as:
- Product codes (for example, SHOE-1234)
- Error codes (for example, ERR1234)
- Version numbers (for example, GPT-4.1)
- Order numbers (for example, TRACK12345)
Instead of treating these codes like regular text, Numeric Search looks at them more carefully to find exact matches in your knowledge base.

When should you use numeric search?
Use Numeric Search when:
- Your knowledge base contains many codes from spreadsheets or structured data.
- Your agent struggles to match product names or IDs from uploaded data.
- You need precise results for order tracking, error troubleshooting, or version lookups.
- Accuracy is more important than speed.
NoteNumeric Search may slightly increase response times, especially when many codes are present in a prompt.
π To learn how to enable this feature, see Enable numeric search.
Updated about 5 hours ago