Re: Search not working as I expected

2008-11-01 Thread Georg Brandl
Roger Binns schrieb: > If I search for a partial string then it is found. For example > searching for "modul" will find "module" etc. I have a page with some > constants that looks like this: > > :const:`SQLITE_STATUS_ONE`, :const:`SQLITE_STATUS_TWO`, > :const:`SQLITE_STATUS_THREE` > > If I

Search not working as I expected

2008-11-01 Thread Roger Binns
If I search for a partial string then it is found. For example searching for "modul" will find "module" etc. I have a page with some constants that looks like this: :const:`SQLITE_STATUS_ONE`, :const:`SQLITE_STATUS_TWO`, :const:`SQLITE_STATUS_THREE` If I do a search for SQLITE_STATUS then no