TSearch: Razlika med redakcijama
Iz SDMS
Jump to navigationJump to searchm |
m |
||
| Vrstica 1: | Vrstica 1: | ||
| + | <source class="example"> | ||
Search.AddCategory('Parcele', 'parc', RL, 'hint') | Search.AddCategory('Parcele', 'parc', RL, 'hint') | ||
| Vrstica 12: | Vrstica 13: | ||
Search.Execute (Query, Category, Template As String, Hits As Long) | Search.Execute (Query, Category, Template As String, Hits As Long) | ||
| + | <source> | ||
Redakcija: 13:32, 27. marec 2010
<source class="example"> Search.AddCategory('Parcele', 'parc', RL, 'hint')
Search.AddTemplate('txt', 'parc', 'html', '[F a], [F b],[F b]')
Search.AddTemplate('web', 'parc', 'html', '[F a]
[F b]
[F b]')
Search.AddTemplate('mob', 'parc', 'html', '[F a]
[F b]
[F b]')
Search.Rebuild(Category As String)
Search.Update
Search.Execute (Query, Category, Template As String, Hits As Long) <source>