Small. Fast. Reliable.
Choose any three.
*** 15,20 ****
--- 15,31 ----
  *Realize the fuzzy inquiry and could recognize the synonym{linebreak}
  *May set the hypothesis to filter the unuseful words{linebreak}
  *Automatic diagnosis the http link{linebreak}
+ Feature of Minidx search engine:{linebreak}
+     *The search engine is very small and written by twenty thousand code line{linebreak}
+     *Written by standard C/C++. Could run in all environment as well as PDA{linebreak}
+     *Needn't large memory and could running normally under low hardware environment also{linebreak}
+     *Integrate to any system easily. Just add a few line of code then the system can run the full-text search{linebreak}
+     *High speed search even million record could return the result in millisecond{linebreak}
+     *Could search by words, phrase also sentence{linebreak}
+     * "And" ,"Or" and two union could be do{linebreak}
+     *Because of the Unicode, multi-language string could do the mix search{linebreak}
+     *Precise search even if a punctuation marks could find out the allocation{linebreak}
+ >>> more info:{link: http://minidx.com}{linebreak}
  
  *: #Cash {link: http://www.codelandia.com/jaws/index.php/contents/mySharpCash.html} A simple and very basic accounting software written in C#.