User talk:The Transhumanist/StripSearchSorted.js: Difference between revisions

Content deleted Content added
Desired features: add feature
Line 202:
Improvements that would be nice:
 
* True Match (built-in intitle fix) – intitle doesn't work right in that it ignores common words, and so results turn up without the specified search term. This feature would discard all the results that don't match the search term (which the search feature should have done in the first place). (SinceAnd since it'll all be in an array, anyways, this should be easy to implement).
 
== Development notes ==