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 @@ ...@@ -48,6 +48,14 @@
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>searchable_text_method_id</string> </key>
<value>
<tuple>
<string>asRawText</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
......
...@@ -67,6 +67,14 @@ ...@@ -67,6 +67,14 @@
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>searchable_text_method_id</string> </key>
<value>
<tuple>
<string>asRawText</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
......
1033 1034
\ No newline at end of file \ No newline at end of file
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
<key> <string>searchable_text_method_id</string> </key> <key> <string>searchable_text_method_id</string> </key>
<value> <value>
<tuple> <tuple>
<string>asText</string> <string>asRawText</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
1097 1098
\ No newline at end of file \ 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