SimpleQuery


Object Hierarchy:

Object hierarchy for SimpleQuery

Description:

public class SimpleQuery : Query

A simple text-based contact query.

This is a generic implementation of the Query interface which supports general UI- style search use cases. It implements case-insensitive prefix matching, with transliteration of accents and other non-ASCII characters to improve matching against accented characters. It also normalises phone numbers to make matches invariant to hyphenation and spacing in phone numbers.

Since:

0.11.0

See also:

SearchView


Namespace: Folks
Package: folks

Content:

Properties:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class Folks.Query
All known members inherited from class GLib.Object