This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<review> | |
<section id="1" handle="reviews">Reviews</section> | |
<entry id="1"> | |
<title handle="...">...</title> | |
<related-entries section="books"> | |
<entry id="2"> | |
<title handle="...">...</title> | |
<publisher handle="...">...</publisher> | |
<description mode="formatted"> | |
<p>...</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* CSS States */ | |
body { | |
background: url(http://dabblet.com/img/noise.png); | |
background-color: #F5F2F0; | |
font-family: Georgia, serif; | |
font-size: 18px; | |
line-height: 1.6em; | |
text-shadow: 0 2px 0 white; | |
color: #222; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<data> | |
<entry>Text</entry> | |
<entry>Text</entry> | |
<entry>Text</entry> | |
<entry>Text</entry> | |
<entry>Text</entry> | |
<entry>Text</entry> | |
<entry>Text</entry> | |
<entry>Text</entry> | |
<entry>Text</entry> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
query: { | |
bool: { | |
must: [ | |
{ | |
query_string: { | |
default_field: "_all", | |
query: "\"lord of the rings\"" | |
} | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<data> | |
<hello>paste your xml here!!</hello> | |
</data> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<data> | |
<hello>paste your xml here!</hello> | |
</data> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<extension id="search_index" xmlns="http://symphony-cms.com/extensions/1.0"> | |
<!-- string, required --> | |
<name>Search Index</name> | |
<!-- string, required (@lang optional) --> | |
<description lang="en">Index text content of entries for efficient full-text search.</description> | |
<!-- string, required (must be Github for clever API things to happen) --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<metadata version="1.0"> | |
<extension id="search_index"> | |
<!-- string, required --> | |
<name>Search Index</name> | |
<!-- string, required (@lang optional) --> | |
<description lang="en">Index text content of entries for efficient full-text search.</description> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<stuff> | |
<more>TEST</more> | |
</stuff> |