TiddlyWiki5/core/modules
Rob Hoelz d8b291bc04 Fix search method for search tokens spread across fields (#3641)
* Fix search method for search tokens spread across fields

Addresses GH #3636, which reports that if you're searching for "test
body", and "test" only appears in the title field, and "body" only appears
in the text field, 5.1.18's search method won't yield that tiddler as a
result, which appears to be a regression from the 5.1.17 behavior

* Add test for searching for multiple tokens across fields

Verifies GH #3636:

> If I create a tiddler in the empty edition with the title "Test tiddler" and content "Body content", searching the wiki for "test body" yields no results under either "title matches" or "all matches". Searching for either word individually turns up "Test tiddler", and repeating this in an empty wiki I created from the 5.1.17 tag causes "Test tiddler" to show up under "all matches".
2018-12-17 11:19:48 +00:00
..
commands Add the "tiddlywiki" argument to the server start hook (#3592) 2018-11-29 09:51:11 +00:00
editor Revert setting styles in framed.js (#3614) 2018-12-03 08:55:16 +00:00
filters Change to natural counting in range[N] operator (#3609) 2018-12-02 08:39:28 +00:00
info Add screen width/height to platform information exposed at startup 2018-03-23 09:13:45 +00:00
macros Refactor utility for converting tiddlers to JSON 2018-10-01 11:27:45 +01:00
parsers Add new "\import" pragma 2018-09-28 16:01:32 +01:00
savers Fix coding standards for put.js 2018-06-13 15:50:47 +01:00
server Fix basic authentication forced login 2018-12-16 18:20:33 +00:00
startup tm-open-external-window plus documentation. (#2721) 2018-11-27 18:43:25 +00:00
storyviews Revert getTiddlerData() and add getTiddlerDataCached() 2015-07-10 16:43:50 +01:00
upgraders Revert getTiddlerData() and add getTiddlerDataCached() 2015-07-10 16:43:50 +01:00
utils Undo #3490 - error in popup-cancelling logic (#3586) 2018-11-29 09:49:11 +00:00
widgets Bugfix button widget: popupTitle refresh (#3650) 2018-12-17 10:52:20 +00:00
commander.js Module-ize server routes, add static file support and other enhancements(#2679) 2018-07-18 16:54:43 +01:00
config.js Move the wikilink regexps into global config 2014-11-26 11:12:25 +00:00
deserializers.js Add support for JSON files containing a single tiddler 2017-03-17 14:19:43 +00:00
filters.js New "else" prefix for filters (#3558) 2018-11-20 13:29:44 +00:00
keyboard.js Add support for global keyboard shortcuts (#3493) 2018-11-06 13:34:51 +00:00
language.js Make lazy loading message be translateable 2015-09-08 10:41:27 +01:00
pluginswitcher.js Add experimental support for RTL languages 2016-08-15 19:47:26 +01:00
saver-handler.js Rename variable for clarity 2017-02-04 17:24:25 +00:00
story.js Fix issues with creation and modification dates 2015-09-11 13:34:01 +01:00
syncer.js Syncer: support configurable polling interval 2018-10-19 16:32:23 +01:00
tiddler.js Add "contains" filter operator for searching list fields 2018-08-15 13:50:07 +01:00
wiki-bulkops.js Add several new hooks for UI actions 2017-02-09 15:42:55 +00:00
wiki.js Fix search method for search tokens spread across fields (#3641) 2018-12-17 11:19:48 +00:00