-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
52 lines (52 loc) · 2.03 KB
/
info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0"?>
<extension key="com.leftjoinlabs.smartsearch" type="module">
<file>smartsearch</file>
<name>Smart Search</name>
<description>
Smart Search greatly speeds up the task of identifying, creating, and
updating single contact records.
</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Sean Madsen</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Support">
https://github.com/leftjoinlabs/com.leftjoinlabs.smartsearch/issues
</url>
<url desc="Licensing">
http://www.gnu.org/licenses/agpl-3.0.html
</url>
</urls>
<releaseDate>2017-08-03</releaseDate>
<version>0.1</version>
<develStage>alpha</develStage>
<compatibility>
<ver>4.7</ver>
</compatibility>
<comments><h4 id="use-cases">Use cases</h4>
<ul>
<li>You want to <strong>copy-paste someone's entire email
signature</strong> into a search field and get to their contact record
with one click.</li>
<li>You want to view a frequently-used contact record and get there
with <strong>minimal keystrokes</strong>.</li>
<li>You found the right contact in your search, but it's missing
some of the info you have. You want to <strong>quickly add the missing
info</strong> to the contact before choosing it.</li>
<li>If you can't find a contact, you want to keep entering more
info to search in <strong>several fields in parallel</strong>,
so that even if some important fields have typos, you can still find the
contact if it exists.</li>
<li>You searched for someone and determined they're not in the
database. Now you'd like to <strong>use the text you already
entered to create a new contact</strong>.</li>
</ul></comments>
<civix>
<namespace>CRM/SmartSearch</namespace>
</civix>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
</extension>