Commit 6714cff0 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use asRawText() result in SearchableText for Notification Message, Query and Web Page.

parent bd91e42a
......@@ -48,6 +48,14 @@
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>searchable_text_method_id</string> </key>
<value>
<tuple>
<string>asRawText</string>
</tuple>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
......
......@@ -67,6 +67,14 @@
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>searchable_text_method_id</string> </key>
<value>
<tuple>
<string>asRawText</string>
</tuple>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
......
1033
\ No newline at end of file
1034
\ No newline at end of file
......@@ -78,7 +78,7 @@
<key> <string>searchable_text_method_id</string> </key>
<value>
<tuple>
<string>asText</string>
<string>asRawText</string>
</tuple>
</value>
</item>
......
1097
\ No newline at end of file
1098
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment