When searching articles and topics on OurBigBook Web PostgreSQL, which is the case for OurBigBook.com:Previously, searches would only work if they were exactly a prefix of the title ID.
- each searched word can match exactly within any word of article IDs
 - the last word is considered as a prefix, and matches the start of any word of the ID
 
For example, if you search:then it will match titles such as:since it contains both:
calculus funFundamental theorem of calculus- the full word 
calculus fundamentalwhich contains the prefixfun
This feature implemented efficiently by using PostgreSQL's built-in full text search module.
Announcements:
