Searching
mNo edit summary
mNo edit summary
Line 1: Line 1:
<message>Write the content here to display this box</message>
<message>Write the content here to display this box</message>
We created a Seeker that translates OCL to SQL for searching in databases of any size. We look at derivations, constraints, and validation rules.
We created a Seeker that translates OCL to SQL for searching in databases of any size. We look at derivations, constraints, and validation rules.<syntaxhighlight>
selfVM.Search
</syntaxhighlight>Triggers search functionality using search expressions in your ViewModel and populates the vSeekerResult.
 
==== See also:[[https://wiki.mdriven.net/index.php?title=Documentation:OCLOperators_Search&veaction=edit&section=1 edit] | [https://wiki.mdriven.net/index.php?title=Documentation:OCLOperators_Search&section=1&veaction=editsource edit source]] ====
 
* [[/wiki.mdriven.net/Documentation:Search result pages|Search result pages]]

Revision as of 04:27, 21 October 2024

This page was created by Stephanie@mdriven.net on 2024-04-05. Last edited by Edgar on 2025-01-20.

We created a Seeker that translates OCL to SQL for searching in databases of any size. We look at derivations, constraints, and validation rules.

selfVM.Search

Triggers search functionality using search expressions in your ViewModel and populates the vSeekerResult.

See also:[edit | edit source]