RE: asearch
- Posted by Robert Szalay <robsz1 at hotpop.com> Jan 12, 2003
- 540 views
C. K. Lester wrote: > > It functions a bit differently than RDS's asearch. > > RDS's searches for whole words if it is under 4 characters. > > Mine does not. Should it? > > I want to be able to search for "graph" and get "graphical" and > "graphics" > and "graphs"... is that what you mean? If I use quotes, however, that > means > exact match. Well. If you were to search for "label make" (with the qoutes) It would return "label maker" It just has to find the string anywere in the archive. > > > Here is my thought of the excluding items from search idea.. > > You would enter 'editor -syntax-' and it will search for "editor" and > > trash any results that have "syntax" in them. > > Usually that would be > > editor NOT syntax > > or somesuch. Hmm. Good point. Thanks for the response, Robert Szalay