Skip to content

Commit 79a277a

Browse files
change in post_search_sample
1 parent b91b1d7 commit 79a277a

1 file changed

Lines changed: 70 additions & 25 deletions

File tree

samples/post_search_sample.xml

Lines changed: 70 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,70 @@
1-
<blog>
2-
<metadata>
3-
<title>Science and Technology Blog</title>
4-
<author>John Doe</author>
5-
<date>2024-12-18</date>
6-
</metadata>
7-
<posts>
8-
<post topic="technology">Technology advancements are shaping our future.</post>
9-
<post topic="science">Physics is an essential branch of science.</post>
10-
<post topic="literature">Literature enriches our understanding of human culture.</post>
11-
<post>General post without a topic attribute.</post>
12-
<post topic="science">Exploring the mysteries of the universe.</post>
13-
</posts>
14-
<comments>
15-
<comment user="user123">Great article on science!</comment>
16-
<comment user="techfan">I love the technology insights shared here.</comment>
17-
</comments>
18-
<footer>
19-
<contact>Email: contact@scienceblog.com</contact>
20-
<socials>
21-
<facebook>facebook.com/scienceblog</facebook>
22-
<twitter>@scienceblog</twitter>
23-
</socials>
24-
</footer>
25-
</blog>
1+
<users>
2+
<user>
3+
<id>1</id>
4+
<name>Ahmed Ali</name>
5+
<posts>
6+
<post>
7+
<body>
8+
Lorem .
9+
</body>
10+
<topics>
11+
<topic>economy</topic>
12+
</topics>
13+
</post>
14+
<post>
15+
<body>
16+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
17+
</body>
18+
<topics>
19+
<topic>solar_energy</topic>
20+
</topics>
21+
</post>
22+
</posts>
23+
<followers>
24+
<follower>
25+
<id>2</id>
26+
</follower>
27+
<follower>
28+
<id>3</id>
29+
</follower>
30+
</followers>
31+
</user>
32+
<user>
33+
<id>2</id>
34+
<name>Yasser Ahmed</name>
35+
<posts>
36+
<post>
37+
<body>
38+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
39+
</body>
40+
<topics>
41+
<topic>education</topic>
42+
</topics>
43+
</post>
44+
</posts>
45+
<followers>
46+
<follower>
47+
<id>1</id>
48+
</follower>
49+
</followers>
50+
</user>
51+
<user>
52+
<id>3</id>
53+
<name>Mohamed Sherif</name>
54+
<posts>
55+
<post>
56+
<body>
57+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
58+
</body>
59+
<topics>
60+
<topic>sports</topic>
61+
</topics>
62+
</post>
63+
</posts>
64+
<followers>
65+
<follower>
66+
<id>1</id>
67+
</follower>
68+
</followers>
69+
</user>
70+
</users>

0 commit comments

Comments
 (0)