ok so i dunno why the freak this was unshared so sorry Type in a query. Case sensitivity is not done!!! Instructions are also in project. Hover over an option at start to see what the option does. -SENSITIVITY- Search by letter means that it will search the index by each letter. If you type in H-I, it will scan the index for everything containing H, then it will repeat this process for I. Search by word means that each word in your query will be separated by spaces, and each word will be scanned by the index. Exact will only find exact matches of your query. -DUPLICATES- Allowing duplicates will allow the same term to be in the found terms more than once. Off by default. Remove duplicates will NOT allow the same term to be in the found terms more than once. This does not apply to exact search.
Right now the search index is the 50 most popular projects. Please tell me what the actual search index should be :/ Thanks to @-Rex- for the pen text engine log 0.0 initial release 0.1 fixed a bug where every single project would be in the index items found 0.2 added scrolling 0.3 improved loading times by only redrawing the text when scroll value has changed 0.4 added searching types: search by letters, search by words, and exact 0.5 engine now can allow duplicates, changed style a ton I'm gonna add case sensitive but I'm not sure how exactly that will work out :/ If you have any ideas for how it might work, please leave a comment.