Modify ↓
Ticket #3264 (closed enhancement: fixed)
Opened 6 years ago
Last modified 6 years ago
The limitation of "Search query" length.
| Reported by: | tdkim@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10 |
| Component: | search system | Version: | devel |
| Severity: | normal | Keywords: | Length,Search |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Thanks for Trac...
I think that we need the setting of minimum "Search query" length in trac.ini.
Almost korean words consist of 2 characters.
so I can't search it.
(Now the minimum length of "Search query" is 3 characters in Trac.)
Attachments
Change History
comment:1 Changed 6 years ago by cboos
- Owner changed from jonas to cboos
comment:2 Changed 6 years ago by tdkim@…
Ok. I like it.
Thanks...
comment:3 Changed 6 years ago by cboos
- Resolution set to fixed
- Status changed from new to closed
Implemented in r3415 (except it's now min_query_length, for consistency with some max_... settings)
Note: See
TracTickets for help on using
tickets.



Ok, that's a good reason to make it configurable.
minimal_query_length in the [search] section?