1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-20 03:09:42 +00:00
TiddlyWiki5/editions/test/tiddlers/tests
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
..
test-filters.js Fix search method for search tokens spread across fields (#3641) 2018-12-17 11:19:48 +00:00
test-html-parser.js Get rid of the tweakParseTreeNode() hack 2014-05-14 08:51:08 +01:00
test-tags.js Fix issues with ordering of tagged items (#3301) 2018-10-07 12:15:33 +01:00
test-tiddler.js Add isEqual() method to tiddlers 2014-06-23 08:09:59 +01:00
test-utils.js fix for 2634 problems with week calculation 2016-11-29 17:31:54 +01:00
test-widget.js Don't HTML encode single quotes 2015-03-21 14:17:42 +00:00
test-wikitext-parser.js Fix broken test 2018-07-03 12:09:59 +01:00
test-wikitext.js Don't set draggable property for links 2017-03-28 13:05:00 +01:00