Searching
mNo edit summary
mNo edit summary
Line 4: Line 4:
</syntaxhighlight>Triggers search functionality using search expressions in your ViewModel and populates the vSeekerResult.
</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]] ====
==== 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]]
* [[/wiki.mdriven.net/Documentation:Search result pages|Search result pages]]

Revision as of 04:29, 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]